Skip to content

Commit 530f5af

Browse files
authoredOct 21, 2016
Merge pull request #19 from madnight/patch-1
remove scripts dev modules bin path
2 parents 7788803 + bf336d9 commit 530f5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎1-basic-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {},
2222
"scripts": {
23-
"dev": "./node_modules/.bin/webpack-dev-server --content-base src --inline --hot",
23+
"dev": "webpack-dev-server --content-base src --inline --hot",
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},
2626
"author": "",

0 commit comments

Comments
 (0)
Failed to load comments.