Skip to content

Commit 9474e88

Browse files
authored
chore: adding .nvmrc (#315)
1 parent 3456076 commit 9474e88

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ dist
1818
build
1919
style.css
2020
style.css.map
21+
22+
# Error files
23+
yarn-error.log

Diff for: .nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v8.11.2

Diff for: .travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
language: node_js
2-
node_js:
3-
- "node"
42
script:
53
- npm test -- --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)