Skip to content

Commit

Permalink
fix: add missing dependency and update the other ones
Browse files Browse the repository at this point in the history
  • Loading branch information
pensierinmusica committed Sep 26, 2018
1 parent c636b29 commit 52d24d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"url": "https://github.com/pensierinmusica/robin-js/issues"
},
"homepage": "https://github.com/pensierinmusica/robin-js#readme",
"dependencies": {
"rollup": "^0.66.2"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.5.0",
Expand All @@ -45,17 +48,15 @@
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"husky": "^0.14.3",
"husky": "^1.0.0",
"jest": "^23.5.0",
"rimraf": "^2.6.2",
"rollup": "^0.65.1",
"semantic-release": "^15.9.12",
"travis-deploy-once": "^5.0.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {}
}
}

0 comments on commit 52d24d3

Please sign in to comment.