Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisekp committed Jun 30, 2018
1 parent caaf9eb commit d811daf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cyclic-next",
"version": "1.0.2",
"version": "1.0.3",
"description": "Get the cyclic next integer number.",
"main": "dist/cyclic-next.cjs.js",
"module": "dist/cyclic-next.esm.js",
Expand All @@ -25,6 +25,9 @@
"url": "https://github.com/abhisekp/cyclic-next/issues"
},
"homepage": "https://github.com/abhisekp/cyclic-next",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rimraf dist/ && rollup -c",
"dev": "rollup -c -w",
Expand All @@ -34,7 +37,7 @@
"coveralls": "coveralls < coverage/lcov.info",
"codecov": "codecov -f coverage/lcov.info",
"lint": "eslint src/. test/.",
"test": "jest",
"test": "rimraf coverage && jest",
"prepublish": "run-s build",
"validate": "run-s lint test",
"major": "pmm major",
Expand Down

0 comments on commit d811daf

Please sign in to comment.