Skip to content

Commit

Permalink
fix(package): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 3, 2019
1 parent 26dc0e7 commit 5164fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"expression-expander": "^7.0.0",
"pratt-parser": "^7.0.9"
"pratt-parser": "^8.0.0"
},
"devDependencies": {
"ava": "^1.0.1",
Expand Down
10 changes: 1 addition & 9 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ export default {
interop: false
},
plugins: [resolve(), commonjs(), cleanup()],
external: [
"os",
"util",
"child_process",
"path",
"fs",
"crypto",
"pratt-parser"
],
external: ["os", "util", "child_process", "path", "fs", "crypto"],
input: pkg.module
};

0 comments on commit 5164fe3

Please sign in to comment.