Skip to content

Commit aea9393

Browse files
committed
Use yarn
1 parent 7fca1ab commit aea9393

File tree

4 files changed

+3042
-4
lines changed

4 files changed

+3042
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
2+
npm-debug.log
3+
yarn-error.log
24
build/

.npmignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
.gitignore
22
.npmignore
3+
.editorconfig
34

45
node_modules/
5-
build/
6+
npm-debug.log
7+
yarn-error.log
8+
yarn.lock
69

10+
build/
711
test/
812
.travis.yml
913
.eslintrc
10-
.editorconfig
1114

1215
gulpfile.js
13-
postcss.config.js

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sudo: false
21
language: node_js
2+
cache: yarn
33
node_js:
44
- stable
55
- "6"

0 commit comments

Comments
 (0)