Skip to content

Commit

Permalink
npm npm npm....
Browse files Browse the repository at this point in the history
  • Loading branch information
dleitee committed Feb 17, 2017
1 parent 0bdc9bf commit e5debce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coverage
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "walletjs",
"version": "1.0.0",
"version": "1.0.2",
"description": "Now you can handle money without headaches!",
"main": "lib/index.js",
"scripts": {
"test": "jest --coverage --expand --watch",
"lint": "eslint .",
"prepublish": "babel src --out-dir lib",
"postpublish": "rm -rf lib"
"prepublish": "babel src --out-dir lib"
},
"browser": {
"Intl": "./src/helpers/intil.js"
Expand Down

0 comments on commit e5debce

Please sign in to comment.