Skip to content

Commit

Permalink
Merge pull request #469 from streamich/refresh
Browse files Browse the repository at this point in the history
Refresh
  • Loading branch information
streamich committed Nov 26, 2019
2 parents 34a7cd8 + 8809c11 commit 493695d
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 4,379 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:
notifications:
email: false
node_js:
- '11'
- '12'
- '10'
- '8'
script:
Expand All @@ -18,7 +18,7 @@ matrix:
allow_failures: []
fast_finish: true
after_success:
- yarn semantic-release
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"watch": "watch \"npm run build\" ./src",
"semantic-release": "semantic-release",
"prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
"prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
"tslint": "tslint \"src/**/*.ts\" -t verbose",
Expand All @@ -30,9 +29,6 @@
"fs-monkey": "^0.3.3"
},
"devDependencies": {
"@semantic-release/changelog": "3.0.6",
"@semantic-release/git": "7.0.18",
"@semantic-release/npm": "5.3.4",
"@types/jest": "23.3.14",
"@types/node": "10.17.6",
"cpy-cli": "2.0.0",
Expand All @@ -41,7 +37,6 @@
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"rimraf": "2.7.1",
"semantic-release": "15.13.31",
"ts-jest": "24.1.0",
"ts-node": "8.5.2",
"tslint": "5.20.1",
Expand All @@ -65,18 +60,6 @@
},
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"keywords": [
"fs",
"filesystem",
Expand Down

0 comments on commit 493695d

Please sign in to comment.