Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwri committed Jun 5, 2019
1 parent 93ea3cc commit 9f4e3c9
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": "mimock",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Michael Wright",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "./node_modules/.bin/mocha --require @babel/register",
"coverage": "./node_modules/.bin/nyc --reporter=html --reporter=text --reporter=lcov ./node_modules/.bin/mocha --require @babel/register"
},
"main": "dist/mimock.js",
"main": "lib/mimock.js",
"directories": {
"lib": "lib",
"test": "test"
Expand Down

0 comments on commit 9f4e3c9

Please sign in to comment.