Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Add missing babel-register dev dep.
Browse files Browse the repository at this point in the history
Required for the test runner.

PR: #23
PR-URL: #23
Reviewed-By: Robert Kowalski <rok@kowalski.gd>
  • Loading branch information
tmpfs authored and robertkowalski committed Jan 14, 2016
1 parent 8429145 commit 64b3f20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"devDependencies": {
"babel": "^6.1.18",
"babel-cli": "^6.2.0",
"babel-polyfill": "^6.2.0",
"babel-eslint": "^4.1.5",
"babel-polyfill": "^6.2.0",
"babel-register": "~6.3.13",
"eslint": "^1.9.0",
"less": "~2.5.0",
"marked-man": "~0.1.4",
Expand Down

0 comments on commit 64b3f20

Please sign in to comment.