Upgrade to Babel 6.x
This commit is contained in:
+11
-4
@@ -3,8 +3,8 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Send browser notifications from your terminal. No installation. No registration.",
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/tannercollin/Notica"
|
||||
"type": "git",
|
||||
"url": "https://github.com/tannercollin/Notica"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "node serverdev.js",
|
||||
@@ -15,9 +15,16 @@
|
||||
"author": "Tanner Collin (http://github.com/tannercollin)",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"babel-core": "^5.4.7",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-eslint": "^3.1.9",
|
||||
"babel-loader": "^5.1.2",
|
||||
"babel-loader": "^6.2.10",
|
||||
"babel-plugin-transform-react-constant-elements": "^6.9.1",
|
||||
"babel-plugin-transform-react-inline-elements": "^6.8.0",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-es2016": "^6.16.0",
|
||||
"babel-preset-es2017": "^6.16.0",
|
||||
"babel-preset-latest": "^6.16.0",
|
||||
"babel-preset-react": "^6.16.0",
|
||||
"eslint-plugin-react": "^2.3.0",
|
||||
"react-hot-loader": "^1.2.7",
|
||||
"webpack": "^1.9.6",
|
||||
|
||||
Reference in New Issue
Block a user