Merge pull request #10 from marsaud/babel-runtime
fix(package): babel-runtime is a prod dependency
Showing
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
"url": "https://github.com/marsaud/node-smb2" | "url": "https://github.com/marsaud/node-smb2" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"babel-runtime": "^5.8.34", | |||
"ntlm": "~0.1.1" | "ntlm": "~0.1.1" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
... | @@ -37,7 +38,6 @@ | ... | @@ -37,7 +38,6 @@ |
"devDependencies": { | "devDependencies": { | ||
"babel": "^5.8.34", | "babel": "^5.8.34", | ||
"babel-eslint": "^4.1.6", | "babel-eslint": "^4.1.6", | ||
"babel-runtime": "^5.8.34", | |||
"source-map-support": "^0.4.0", | "source-map-support": "^0.4.0", | ||
"standard": "^5.4.1" | "standard": "^5.4.1" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment