Skip to content

Commit 7b2434f

Browse files
committed
fix: dependence
1 parent 8a60569 commit 7b2434f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-string-optimize-loader",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "template string optimize loader module for webpack",
55
"main": "index.js",
66
"scripts": {
@@ -9,15 +9,17 @@
99
"author": "chenjiahan",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"acorn": "^4.0.4",
1312
"babel": "^6.3.26",
1413
"babel-loader": "^6.2.1",
1514
"babel-preset-es2015": "^6.3.13",
16-
"escodegen": "^1.8.1",
1715
"webpack": "^1.12.10"
1816
},
1917
"bugs": {
2018
"url": "https://github.com/chenjiahan/template-string-optimize-loader/issues"
2119
},
22-
"homepage": "https://github.com/chenjiahan/template-string-optimize-loader#readme"
20+
"homepage": "https://github.com/chenjiahan/template-string-optimize-loader#readme",
21+
"dependencies": {
22+
"acorn": "^4.0.9",
23+
"escodegen": "^1.8.1"
24+
}
2325
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ acorn@^3.0.0:
1010
version "3.3.0"
1111
resolved "http://r.npm.sankuai.com/acorn/download/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
1212

13-
acorn@^4.0.4:
14-
version "4.0.4"
15-
resolved "http://r.npm.sankuai.com/acorn/download/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
13+
acorn@^4.0.9:
14+
version "4.0.9"
15+
resolved "http://r.npm.sankuai.com/acorn/download/acorn-4.0.9.tgz#2d2eb458fe3f0e31062d56cf0b1839c5dc7bd288"
1616

1717
align-text@^0.1.1, align-text@^0.1.3:
1818
version "0.1.4"

0 commit comments

Comments
 (0)