Fixed tests
This commit is contained in:
parent
c3ef429dad
commit
400b8bc96b
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -25,3 +25,4 @@ build/Release
|
|||
# Dependency directory
|
||||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
||||
node_modules
|
||||
build
|
||||
|
|
|
@ -23,8 +23,9 @@
|
|||
"babel-preset-es2015": "=6.3.13",
|
||||
"babelify": "=7.2.0",
|
||||
"browserify": "=12.0.1",
|
||||
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
||||
"eslint": "=1.10.3",
|
||||
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
||||
"eslint-plugin-react": "^3.11.3",
|
||||
"uglify-js": "=2.6.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Reference in a new issue