Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDuwaer committed Nov 21, 2021
1 parent b330f93 commit e8072e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "globol",
"version": "0.4.4",
"version": "0.5.0",
"description": "Javascript/Typescript date/time as it should be: immutable, fluent, multi-zone, intuitive. Inspired by the masterful java.time library which suddenly made dates easy.",
"keywords": [
"time",
Expand Down Expand Up @@ -35,7 +35,7 @@
"pretest": "npm build",
"build-dev": "npm run clear && tsc --sourceMap",
"test": "npm run build-dev && mocha -r ts-node/register tests/**/*.test.ts",
"dist": "npm install && npm run test && npm publish"
"prepublishOnly": "npm install && npm run build && npm run test"
},
"dependencies": {
"moment": "^2.29.1",
Expand Down

0 comments on commit e8072e7

Please sign in to comment.