Skip to content

Commit 88cc8a3

Browse files
committed
Tune npm keywords and bump to v0.1.0
1 parent d229666 commit 88cc8a3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-swift-framework",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0",
44
"description": "Scaffolds out a Xcode framework project based on Swift",
55
"license": "MIT",
66
"main": "app/index.js",
@@ -17,7 +17,11 @@
1717
"generators"
1818
],
1919
"keywords": [
20-
"yeoman-generator"
20+
"yeoman-generator",
21+
"xcode",
22+
"framework",
23+
"swift",
24+
"ios"
2125
],
2226
"dependencies": {
2327
"chalk": "^1.1.1",

0 commit comments

Comments
 (0)