Skip to content

Commit

Permalink
package: fix rollup dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 20, 2019
1 parent ffb19e8 commit 3dad1fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## Trunk

* package: fix rollup dev dependencies

## Version 3.1.0

* package: declare "dist" in files filed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"mocha": "^6.0.2",
"rollup": "^1.9.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"should": "^13.2.3"
},
"engines": {
Expand Down Expand Up @@ -49,8 +51,6 @@
"test": "mocha test/**/*.coffee"
},
"dependencies": {
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"wcwidth": "^1.0.1"
},
"types": "dist/pad.d.ts"
Expand Down

0 comments on commit 3dad1fd

Please sign in to comment.