Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 1aa7f4e

Browse files
committed
chore: remove mutation-observer package
1 parent 4f3974e commit 1aa7f4e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ node_js:
55
- '9'
66
- '10'
77
- '11'
8-
cache: npm
8+
cache:
9+
npm: true
10+
directories:
11+
- coverage
912
notifications:
1013
email: false
1114
branches:
1215
only:
1316
- master
14-
install: npm install
17+
install: npm ci
1518
script: npm run test:coverage
1619
jobs:
1720
include:
1821
- stage: release
1922
node_js: '10'
2023
install: npm install -g codecov
21-
script:
24+
script:
2225
- codecov
2326
- npm run semantic-release

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"author": "Brandon Carroll <brandonvcarroll@gmail.com> (https://github.com/bcarroll22)",
3434
"license": "MIT",
3535
"dependencies": {
36-
"@sheerun/mutationobserver-shim": "^0.3.2",
3736
"pretty-format": "^24.5.0",
3837
"react-test-renderer": "^16.8.5",
3938
"wait-for-expect": "^1.1.1"

0 commit comments

Comments
 (0)