Skip to content

Commit

Permalink
Build in 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
isublimity committed Nov 20, 2021
1 parent 64cc28d commit 64ff99b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ manual/site
*.iml
out
gen
#build
build
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"marked": "^0.3.5"
},
"scripts": {
"test": "gulp test"
"test": "gulp test",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand All @@ -27,7 +31,7 @@
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.24.5",
"browser-sync": "2.21.0",
"browser-sync-spa": "~1.0.3",
"chalk": "~1.1.1",
"del": "~2.0.2",
Expand Down

0 comments on commit 64ff99b

Please sign in to comment.