Skip to content

Commit

Permalink
added babel things for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kapusta committed Apr 18, 2017
1 parent cb199d8 commit 20fd7dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@
"start": "concurrently --kill-others 'lite-server -c bs-config.json' 'grunt watch'",
"eslint": "eslint --ext .js src/components --ext .js || exit 0",
"build": "grunt"
},
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-angularjs-annotate": "^0.7.0",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^3.1.0",
"eslint": "^3.19.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^2.2.1",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
Expand Down

0 comments on commit 20fd7dd

Please sign in to comment.