File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ machine :
2+ node :
3+ # need Node 8 for latest semantic release
4+ version : 8
5+ test :
6+ override :
7+ - npm run semantic-release || true
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-cypress" ,
3- "version" : " 1.1.0 " ,
4- "description" : " An ESLint plugin for projects that use Cypress" ,
3+ "version" : " 0.0.0-development " ,
4+ "description" : " An ESLint plugin for projects using Cypress" ,
55 "main" : " index.js" ,
66 "author" :
" Chris Breiding ([email protected] )" ,
77 "license" : " MIT" ,
2323 },
2424 "dependencies" : {
2525 "globals" : " ^11.0.1"
26+ },
27+ "devDependencies" : {
28+ "condition-circle" : " 1.5.0" ,
29+ "github-post-release" : " 1.13.1" ,
30+ "husky" : " ^0.14.3" ,
31+ "semantic-release" : " 8.2.0" ,
32+ "simple-commit-message" : " 3.3.1"
33+ },
34+ "scripts" : {
35+ "precommit" : " eslint *.js" ,
36+ "semantic-release" : " semantic-release pre && npm publish --access public && semantic-release post"
37+ },
38+ "release" : {
39+ "verifyConditions" : " condition-circle" ,
40+ "analyzeCommits" : " simple-commit-message" ,
41+ "generateNotes" : " github-post-release"
2642 }
2743}
You can’t perform that action at this time.
0 commit comments