Skip to content

Commit

Permalink
Merge branch 'hotfix/1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wimpyprogrammer committed Mar 9, 2019
2 parents bfafa8a + 6de778c commit 1d50ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"confirm": true,
"publishTag": "latest",
"prePublishScript": "npm test && npm run build",
"prePublishScript": "npm run build-and-test",
"postPublishScript": false
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-component-update",
"version": "1.4.0",
"version": "1.4.1",
"description": "Extends the native React Component to streamline updates",
"main": "lib/index.js",
"files": [
Expand All @@ -12,6 +12,7 @@
"scripts": {
"clean": "rimraf lib",
"build": "npm run clean && babel src --out-dir lib",
"build-and-test": "npm run test && npm run build",
"install-react": "enzyme-adapter-react-install 16",
"lint": "eslint ./",
"test": "jest",
Expand Down

0 comments on commit 1d50ded

Please sign in to comment.