Skip to content

Commit

Permalink
release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jun 12, 2019
1 parent 0dda898 commit 0344fd6
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
@@ -1,6 +1,6 @@
{
"name": "static-mock-data",
"version": "4.0.0",
"version": "4.0.1",
"description": "Static mock data for sample apps, demos, and POCs",
"keywords": [
"data",
Expand Down Expand Up @@ -52,7 +52,7 @@
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
"coverage:browser": "npm run test:browser -- --coverage",
"upgrade": "npm-check -u",
"bump": "bump --prompt --tag --push --all",
"bump": "bump --tag --push --all",
"release": "npm run upgrade && npm run build && npm test && npm run bump"
},
"devDependencies": {
Expand Down

0 comments on commit 0344fd6

Please sign in to comment.