Skip to content

Commit

Permalink
Moved jasmine-es6 to an optional dev dependency
Browse files Browse the repository at this point in the history
It's not available on windows, so it's breaking CI testing there.

optionalDevDependencies is not a real key (yet), see
npm/npm#3870

You have to manually install in the meantime.
  • Loading branch information
kevinastone committed Mar 5, 2016
1 parent 947b3a1 commit 9aeda74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-react": "^4.1.0",
"jasmine-es6": "^0.1.6",
"pegjs": "^0.9.0"
},
"optionalDevDependencies": {
"jasmine-es6": "^0.1.6",
}
}

0 comments on commit 9aeda74

Please sign in to comment.