File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,3 @@ node_modules
29
29
30
30
www /
31
31
config.json
32
- typings
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : " webpack-dev-server --port 8080 --json --progress --config webpack.config.js" ,
8
8
"build" : " npm run dumpdev && npm run dumpprod" ,
9
- "publish" : " npm run build && npm publish dist" ,
10
9
"dumpdev" : " ENV=dev webpack --progress --colors --config webpack.config.dist.js -d" ,
11
10
"dumpprod" : " ENV=prod webpack --progress --colors --config webpack.config.dist.js -p" ,
12
11
"watch" : " ENV=dev webpack --watch --progress --colors --config webpack.config.dist.js -d" ,
Original file line number Diff line number Diff line change
1
+ *
2
+ ! .gitignore
3
+ ! overwrite.d.ts
Original file line number Diff line number Diff line change
1
+ declare function require ( string ) : any ;
You can’t perform that action at this time.
0 commit comments