File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
"build:docs" : " babel-node build/server/build-docs.js --presets es2015,stage-0" ,
37
37
"build:lib" : " babel-node build/server/build-lib.js --presets es2015,stage-0" ,
38
38
"build" : " rm -rf dist && npm run build:docs && npm run build:lib" ,
39
- "lint" : " eslint --ext .js,.vue --fix src" ,
39
+ "lint" : " eslint --ext .js,.vue --fix src docs " ,
40
40
"release" : " bash build/release.sh"
41
41
},
42
42
"dependencies" : {
Original file line number Diff line number Diff line change @@ -2746,7 +2746,7 @@ is-plain-object@^2.0.1:
2746
2746
2747
2747
is-posix-bracket@^0.1.0 :
2748
2748
version "0.1.1"
2749
- resolved "https ://registry.yarnpkg.com /is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
2749
+ resolved "http ://registry.npmjs.org /is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
2750
2750
2751
2751
is-primitive@^2.0.0 :
2752
2752
version "2.0.0"
You can’t perform that action at this time.
0 commit comments