Skip to content

Commit c7f218a

Browse files
committed
fix: Add detect-node dependency to package.json
1 parent 1390f83 commit c7f218a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
},
1616
"author": "Rubén Sospedra <hello@sospedra.me> (http://sospedra.me)",
1717
"license": "ISC",
18-
"dependencies": {},
18+
"dependencies": {
19+
"detect-node": "^2.0.3"
20+
},
1921
"devDependencies": {
2022
"babel-core": "^6.3.26",
2123
"babel-loader": "^6.2.0",

0 commit comments

Comments
 (0)