Skip to content

Commit

Permalink
Move core-js to dependencies, update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen van Bergerem committed Aug 8, 2016
1 parent 5649c54 commit 8f2cbbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
coverage/
*.log
*.swp
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,21 @@
"test": "make test"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015": "^6.13.2",
"babelify": "^7.3.0",
"browserify": "*",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"core-js": "^2.4.1",
"coveralls": "^2.11.9",
"eslint": "3.2.2",
"coveralls": "^2.11.12",
"eslint": "^3.2.2",
"istanbul": "*",
"markdown-it": "~7.0.0",
"markdown-it-testgen": "~0.1.4",
"mocha": "*",
"uglify-js": "*"
"mocha": "^3.0.2",
"uglify-js": "^2.7.0"
},
"dependencies": {
"core-js": "^2.4.1"
},
"dependencies": {},
"directories": {
"test": "test"
}
Expand Down

0 comments on commit 8f2cbbd

Please sign in to comment.