Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankhadeep committed Feb 6, 2017
1 parent 1f12b90 commit 944a7b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps",
"transpile": "npm run compile && cp src/basic/Icon/NBIcons.json dist/src/basic/Icon",
"test": "jest",
"prepublish": "npm run transpile",
"postinstall": "node addEjectScript.js"
"prepublish": "npm run transpile"
},
"jest": {
"preset": "react-native",
Expand Down Expand Up @@ -107,5 +106,5 @@
"Fonts"
]
},
"version": "2.0.0"
"version": "0.5.22"
}

0 comments on commit 944a7b3

Please sign in to comment.