Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed May 16, 2019
1 parent 2582f90 commit e5401fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "time-elements",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/time-elements-legacy.js",
"module": "dist/time-elements.js",
"license": "MIT",
Expand All @@ -9,9 +9,8 @@
"lint": "github-lint",
"prebuild": "npm run clean && npm run lint && mkdir dist",
"build": "rollup -c && cp src/index.js.flow dist/time-elements.js.flow && cp src/index.js.flow dist/time-elements-legacy.js.flow",
"prepublishOnly": "npm run pretest",
"pretest": "npm run build",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "karma start ./test/karma.config.js"
},
"repository": "github/time-elements",
Expand Down

0 comments on commit e5401fd

Please sign in to comment.