Skip to content

Commit

Permalink
Updating pkg to new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
grady-lad committed Mar 19, 2018
1 parent a2f407e commit 9e90d7f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "composition-logger",
"version": "3.0.0",
"description": "The most optimal way to visualize/debug functional compositions",
"version": "4.0.0",
"description":
"The most optimal way to visualize/debug functional compositions",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -37,11 +38,7 @@
"testRegex": "__tests__/.*\\.test\\.js$"
},
"lint-staged": {
"*.js": [
"eslint",
"prettier-eslint --write",
"git add"
]
"*.js": ["eslint", "prettier-eslint --write", "git add"]
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 9e90d7f

Please sign in to comment.