Skip to content

Commit 8ae2d19

Browse files
authored
Chore: switch yarn to npm (#21)
* Chore: ignore yarn.lock add package-lock.json * Chore: switch yarn to npm * Chore: switch yarn to npm
1 parent daa7118 commit 8ae2d19

File tree

5 files changed

+6911
-4336
lines changed

5 files changed

+6911
-4336
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage
88
*.log
99
*.cache
1010
.eslintcache
11-
package-lock.json
11+
yarn.lock
1212

1313
# macOS
1414
.DS_STORE

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
- 6
66
- 8
77
install:
8-
- yarn
8+
- npm i
99
- npm i -g codecov
1010
script:
1111
- npm test

0 commit comments

Comments
 (0)