Skip to content

Commit

Permalink
fix build script for 13.7.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Oct 29, 2020
1 parent b88444e commit adc4e39
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 14.x]
node-version: [10.x, 15.x]

steps:
- uses: actions/checkout@v2
Expand Down
107 changes: 82 additions & 25 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@
"efrt-unpack": "2.2.0"
},
"devDependencies": {
"@babel/core": "7.12.1",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@rollup/plugin-alias": "3.1.1",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-node-resolve": "10.0.0",
"amble": "1.1.0",
"codecov": "3.8.0",
"efrt": "2.2.2",
"nyc": "^15.1.0",
"rollup": "2.31.0",
"rollup": "2.32.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-filesize-check": "0.0.1",
"rollup-plugin-terser": "7.0.2",
"shelljs": "0.8.4",
"tap-dancer": "0.3.0",
"tap-dancer": "0.3.1",
"tape": "5.0.1"
},
"eslintIgnore": [
Expand Down
3 changes: 2 additions & 1 deletion plugins/phrases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "exit 0",
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit adc4e39

Please sign in to comment.