Skip to content

Commit

Permalink
prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Apr 27, 2020
1 parent 4ef0097 commit cd86a01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"watch": "npm run build:cjs -- --watch",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prerelease": "npm run test",
"release": "dotenv release-it"
},
"repository": {
Expand Down Expand Up @@ -55,7 +56,7 @@
},
"license": "MIT",
"dependencies": {
"browser-hrtime": "^1.0.3"
"browser-hrtime": "^1.0.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.3",
Expand Down

0 comments on commit cd86a01

Please sign in to comment.