Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
add publish-please
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalFilipek committed Jan 10, 2017
1 parent 8bed6f6 commit 6c0c799
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 30 deletions.
13 changes: 13 additions & 0 deletions .publishrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"validations": {
"vulnerableDependencies": true,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": true,
"branch": "master",
"gitTag": true
},
"confirm": true,
"publishTag": "latest",
"prePublishScript": "npm run prepublish"
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint src __test__",
"compile": "babel -d lib src",
"compile:watch": "babel -w -d lib src",
"prepublish": "npm run compile"
"prepublish": "npm test; npm run compile"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,9 +46,11 @@
"eslint-plugin-react": "^6.9.0",
"flow-bin": "^0.37.4",
"jest": "^18.1.0",
"publish-please": "^2.2.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"styled-components": "^1.2.1"
}
},
"dependencies": {}
}
Loading

0 comments on commit 6c0c799

Please sign in to comment.