Skip to content

Commit

Permalink
Merge pull request #386 from Jyyjy/rollup
Browse files Browse the repository at this point in the history
Bump rollup to 3.27.2 with old loading behavoir
  • Loading branch information
Jyyjy authored Aug 31, 2023
2 parents 67fece6 + 4825257 commit ca50a07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint ./src --fix",
"pretest": "npm run lint && npm run clean && npm run build",
"test": "mocha --require @babel/register && npm run journey:ci",
"build": "rollup -c rollup.config.js",
"build": "rollup -c --bundleConfigAsCjs rollup.config.js",
"clean": "rm -r ./build",
"journey": "cypress run",
"journey:debug": "cypress open",
Expand Down Expand Up @@ -70,7 +70,7 @@
"jsdom": "^21.1.2",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"rollup": "^2.79.1",
"rollup": "^3.27.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-license": "^3.0.1",
"sinon": "^15.2.0",
Expand Down

0 comments on commit ca50a07

Please sign in to comment.