Skip to content

Commit

Permalink
Adds babel runtime to the package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 14, 2016
1 parent 7b865f0 commit b5225d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

// Add your own contribution below

### 0.6.9

* Makes `babel-polyfill` a direct dependency, this is because it is actually an implicit dependency in the app. I'm not sure how I feel about this, I guess if we use a part of it in the babel translation of a user's Dangerfile them I'm OK with it. - orta

### 0.6.6 - 0.6.7 - 0.6.8

* Ship flow annotations with the npm module - orta
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": "danger",
"version": "0.6.8",
"version": "0.6.9",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"bin": {
Expand Down Expand Up @@ -47,7 +47,6 @@
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-3": "^6.17.0",
"eslint": "^3.10.2",
Expand All @@ -60,6 +59,7 @@
"jest-cli": "^17.0.3"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"commander": "^2.9.0",
"node-fetch": "^1.6.3",
"parse-diff": "^0.4.0"
Expand Down

0 comments on commit b5225d2

Please sign in to comment.