Skip to content

Commit

Permalink
Build: Update scripts for release (fixes #475)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Apr 16, 2021
1 parent 995d2a8 commit e8d2e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = "7.3.1";
const version = "main";

export default version;
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"test": "npm-run-all -p unit lint",
"lint": "eslint \"*.?(c)js\" lib/ tests/lib/",
"fixlint": "npm run lint -- --fix",
"rollup": "rollup -c rollup.config.js",
"build": "rollup -c rollup.config.js",
"prepare": "npm run build",
"sync-docs": "node sync-docs.js",
"generate-release": "eslint-generate-release",
"generate-alpharelease": "eslint-generate-prerelease alpha",
Expand Down

0 comments on commit e8d2e34

Please sign in to comment.