Skip to content

Commit 21969ba

Browse files
committed
revert(): remove semantic-release
Figure out why it isn't working
1 parent a5bf966 commit 21969ba

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

.travis.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ script:
1010
after_success:
1111
- yarn coveralls
1212
deploy:
13-
- provider: pages
14-
local_dir: example
15-
skip_cleanup: true
16-
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
17-
on:
18-
branch: master
19-
- provider: script
20-
skip_cleanup: true
21-
script: yarn travis-deploy-once "yarn semantic-release"
13+
provider: pages
14+
local_dir: example
15+
skip_cleanup: true
16+
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
17+
on:
18+
branch: master
2219
notifications:
2320
slack: in2:t4HfbJOtRL7uekgIPh2DUIKb
2421
email: false

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-intersection-observer",
3-
"version": "0.0.0-development",
3+
"version": "4.0.2",
44
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",
55
"main": "lib/index.js",
66
"author": "Daniel Schmidt",
@@ -30,9 +30,7 @@
3030
"prepare": "npm run build",
3131
"pretty": "prettier '**/*.{js,md,json}' --write",
3232
"storybook": "start-storybook -p 9000",
33-
"test": "jest",
34-
"travis-deploy-once": "travis-deploy-once",
35-
"semantic-release": "semantic-release"
33+
"test": "jest"
3634
},
3735
"lint-staged": {
3836
"*.{js,json,css,md,ts}": [
@@ -102,8 +100,6 @@
102100
"react": "^16.3.2",
103101
"react-dom": "^16.3.2",
104102
"react-test-renderer": "^16.3.2",
105-
"request": "~2.86.0",
106-
"semantic-release": "^15.4.1",
107-
"travis-deploy-once": "^5.0.0"
103+
"request": "~2.86.0"
108104
}
109105
}

0 commit comments

Comments
 (0)