Skip to content

Commit 1d0ce7c

Browse files
committed
list got rebranded to serve
1 parent ed5e71b commit 1d0ce7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"build": "browserify entry.js -o bundle.js",
55
"watch": "watchify -vd entry.js -o bundle.js",
6-
"start": "list"
6+
"start": "serve"
77
},
88
"dependencies": {
99
"css-constructor": "0.1.1",
@@ -18,7 +18,7 @@
1818
"babel-preset-react": "6.16.0",
1919
"babelify": "7.3.0",
2020
"browserify": "13.1.1",
21-
"list": "0.9.0",
21+
"serve": "2.0.0",
2222
"watchify": "3.7.0"
2323
},
2424
"browserify": {

0 commit comments

Comments
 (0)