We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8ca2d commit 21f1a77Copy full SHA for 21f1a77
examples/with-typescript/package.json
@@ -4,14 +4,11 @@
4
"scripts": {
5
"start": "node ./build/main.js",
6
"dev": "backpack dev",
7
- "build": "backpack build",
8
- "postinstall": "backpack build"
+ "build": "backpack build"
9
},
10
"license": "MIT",
11
"dependencies": {
12
- "express": "^4.14.0"
13
- },
14
- "devDependencies": {
+ "express": "^4.14.0",
15
"@types/express": "^4.0.34",
16
"awesome-typescript-loader": "^3.0.0-beta.18",
17
"backpack-core": "0.0.7",
0 commit comments