Skip to content

Commit

Permalink
Remove babel de libs de producao
Browse files Browse the repository at this point in the history
  • Loading branch information
mguilarducci committed Mar 7, 2016
1 parent 8bd5c45 commit cc4cf4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_js:
- '5.1'
- '5.2'
- '5.3'
- '5.5'
- '5.6'
before_install:
- npm install -g grunt-cli istanbul
after_success:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-helper",
"version": "0.0.7",
"version": "0.0.8",
"description": "Do things that lodash doesn't",
"main": "index.js",
"scripts": {
Expand All @@ -12,6 +12,7 @@
},
"author": "Stone Pagamentos <dev@stone.com.br>",
"devDependencies": {
"babel": "5.8.23",
"babel-eslint": "^4.1.3",
"coveralls": "^2.11.4",
"eslint": "^1.6.0",
Expand All @@ -26,7 +27,6 @@
"should": "^7.1.0"
},
"dependencies": {
"babel": "5.8.23",
"continuation-local-storage": "^3.1.4",
"lodash": "^3.10.1",
"request-promise": "^1.0.2"
Expand Down

0 comments on commit cc4cf4d

Please sign in to comment.