Skip to content

Commit 8a96b50

Browse files
committed
dev-install espree v6.2.1 and mkdirp v1.0.4 and move acorn to dev-deps
1 parent 626a34c commit 8a96b50

File tree

2 files changed

+66
-31
lines changed

2 files changed

+66
-31
lines changed

package-lock.json

+63-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"@turf/area": "^6.0.1",
6262
"@turf/bbox": "^6.0.1",
6363
"@turf/centroid": "^6.0.2",
64-
"acorn": "^7.1.1",
6564
"alpha-shape": "^1.0.0",
6665
"canvas-fit": "^1.5.0",
6766
"color-normalize": "^1.5.0",
@@ -123,6 +122,7 @@
123122
"world-calendars": "^1.0.3"
124123
},
125124
"devDependencies": {
125+
"acorn": "^7.1.1",
126126
"brfs": "^2.0.2",
127127
"browserify": "^16.5.1",
128128
"browserify-transform-tools": "^1.7.0",
@@ -132,6 +132,7 @@
132132
"derequire": "^2.1.0",
133133
"ecstatic": "^4.1.2",
134134
"eslint": "^6.8.0",
135+
"espree": "^6.2.1",
135136
"falafel": "^2.2.4",
136137
"fs-extra": "^9.0.0",
137138
"fuse.js": "^3.6.1",
@@ -154,6 +155,7 @@
154155
"madge": "^3.8.0",
155156
"minify-stream": "^2.0.0",
156157
"minimist": "^1.2.5",
158+
"mkdirp": "^1.0.4",
157159
"node-sass": "^4.13.1",
158160
"npm-link-check": "^3.0.0",
159161
"open": "^7.0.3",

0 commit comments

Comments
 (0)