Skip to content

Commit f4df6b1

Browse files
authored
Merge pull request #108 from oslabs-beta/ml/package
edit package json
2 parents 95c0f4d + 1374e6e commit f4df6b1

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ typings/
104104

105105
dist/bundle.js*
106106
dist/index.html
107+
108+
**/.DS_Store

client/.DS_Store

-6 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"build": "NODE_ENV=production webpack",
99
"start": "NODE_ENV=production npx ts-node server/server.ts",
1010
"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"
1212
},
1313
"repository": {
1414
"type": "git",
1515
"url": "git+https://github.com/oslabs-beta/jester.git"
1616
},
1717
"keywords": [],
1818
"author": "",
19-
"license": "ISC",
19+
"license": "MIT",
2020
"bugs": {
2121
"url": "https://github.com/oslabs-beta/jester/issues"
2222
},

0 commit comments

Comments
 (0)