File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -104,3 +104,5 @@ typings/
104
104
105
105
dist /bundle.js *
106
106
dist /index.html
107
+
108
+ ** /.DS_Store
Original file line number Diff line number Diff line change 8
8
"build" : " NODE_ENV=production webpack" ,
9
9
"start" : " NODE_ENV=production npx ts-node server/server.ts" ,
10
10
"dev" : " NODE_ENV=development webpack-dev-server & NODE_ENV=development nodemon server/server.ts" ,
11
- "." : " npm run build && npm run start"
11
+ "." : " NODE_ENV=development webpack && npm run start"
12
12
},
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " git+https://github.com/oslabs-beta/jester.git"
16
16
},
17
17
"keywords" : [],
18
18
"author" : " " ,
19
- "license" : " ISC " ,
19
+ "license" : " MIT " ,
20
20
"bugs" : {
21
21
"url" : " https://github.com/oslabs-beta/jester/issues"
22
22
},
You can’t perform that action at this time.
0 commit comments