mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-24 11:30:14 +00:00
added keywords to package
This commit is contained in:
parent
1c1ef28759
commit
3c7d5463de
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "natal",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Bootstrap ClojureScript React Native apps",
|
||||
"main": "index.js",
|
||||
"author": {
|
||||
@ -22,9 +22,17 @@
|
||||
"type": "git",
|
||||
"url": "git://github.com/dmotz/natal.git"
|
||||
},
|
||||
"homepage": "http://github.com/dmotz/natal",
|
||||
"engine-strict": true,
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
"natal": "./index.js"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"clojure",
|
||||
"clojurescript",
|
||||
"react",
|
||||
"react native",
|
||||
"ios"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user