Skip to content

Commit

Permalink
Bump package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Feb 5, 2021
1 parent 4e57948 commit 303e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"lint:fix": "semistandard --fix",
"precommit": "npm run lint",
"prepush": "node scripts/testOnlyCheck.js",
"prerelease": "node scripts/release.js 1.0.4 1.1.0",
"prerelease": "node scripts/release.js 1.1.0 1.2.0",
"start": "npm run dev",
"start:https": "cross-env SSL=true npm run dev",
"test": "karma start ./tests/karma.conf.js",
Expand Down

0 comments on commit 303e9de

Please sign in to comment.