Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit 29e6daf

Browse files
committed
package.json cleanup
1 parent babae42 commit 29e6daf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "react-navigation-controller",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A React view mananger similar to UINavigationController",
5+
"keywords": [
6+
"react",
7+
"react-component"
8+
],
59
"license": "MIT",
610
"main": "dist/navigation-controller.js",
711
"scripts": {
@@ -37,7 +41,6 @@
3741
"mocha": "^2.2.1",
3842
"react": "0.13.1",
3943
"sinon": "^1.14.1",
40-
"uglify-js": "^2.4.17",
4144
"webpack": "^1.7.3",
4245
"webpack-dev-server": "^1.7.0"
4346
}

0 commit comments

Comments
 (0)