Skip to content

Commit

Permalink
raise acorn to an actual dependency. Related to #1076
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Nov 27, 2021
1 parent 3ccf5cf commit 05b23ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"main.js"
],
"dependencies": {
"acorn": "^8.5.0",
"commander": "^2.20.0",
"source-map": "~0.7.2",
"source-map-support": "~0.5.20"
Expand All @@ -59,14 +60,6 @@
"rollup": "2.56.3",
"semver": "^7.3.4"
},
"peerDependencies": {
"acorn": "^8.5.0"
},
"peerDependenciesMeta": {
"acorn": {
"optional": true
}
},
"scripts": {
"test": "node test/compress.js && mocha test/mocha",
"test:compress": "node test/compress.js",
Expand Down

0 comments on commit 05b23ee

Please sign in to comment.