Skip to content

Commit

Permalink
Merge pull request #30 from nsmith7989/upgrade-babel
Browse files Browse the repository at this point in the history
upgrade babel
  • Loading branch information
nsmith7989 authored Jul 20, 2016
2 parents 3cf39e9 + b50c444 commit 72c5e7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"stage": 0
"presets": ["es2015", "stage-0", "react"]
}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "npm run build:lib && npm run build:umd",
"clean": "rm -rf lib && rm -rf dist",
"prepublish": "npm run clean && npm run build",
"test": "istanbul cover _mocha -- --compilers js:babel/register test",
"test": "istanbul cover _mocha -- --compilers js:babel-register test",
"test-debug": "node-debug _mocha --compilers --debug-brk",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
Expand All @@ -32,10 +32,12 @@
},
"homepage": "https://github.com/nsmith7989/redux-filter",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.4.7",
"babel-cli": "^6.11.4",
"babel-eslint": "^4.1.8",
"babel-loader": "^5.1.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"coveralls": "^2.11.4",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
Expand All @@ -49,6 +51,7 @@
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"babel-loader": "^6.2.4",
"fuse.js": "^1.2.2",
"lodash.find": "^3.2.1",
"lodash.matches": "^3.1.0",
Expand Down

0 comments on commit 72c5e7a

Please sign in to comment.