Skip to content

Commit 21f1a77

Browse files
Jared PalmerJared Palmer
authored andcommitted
Fix deps in typescript example, remove postinstall
1 parent 7c8ca2d commit 21f1a77

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/with-typescript/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
"scripts": {
55
"start": "node ./build/main.js",
66
"dev": "backpack dev",
7-
"build": "backpack build",
8-
"postinstall": "backpack build"
7+
"build": "backpack build"
98
},
109
"license": "MIT",
1110
"dependencies": {
12-
"express": "^4.14.0"
13-
},
14-
"devDependencies": {
11+
"express": "^4.14.0",
1512
"@types/express": "^4.0.34",
1613
"awesome-typescript-loader": "^3.0.0-beta.18",
1714
"backpack-core": "0.0.7",

0 commit comments

Comments
 (0)