Skip to content

Commit ab87338

Browse files
Oliver FabelOliver Fabel
Oliver Fabel
authored and
Oliver Fabel
committed
fix issue NightlyCommit#25
1 parent 038ca9e commit ab87338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:integration": "npm run build && ts-node node_modules/tape/bin/tape 'test/integration/**/test.ts' | tap-bail | tap-spec",
1111
"cover": "rimraf .nyc_output coverage && nyc npm run test:unit",
1212
"coverage": "nyc report --reporter=text-lcov | coveralls",
13-
"prepack": "npm run build"
13+
"prepare": "npm run build"
1414
},
1515
"keywords": [
1616
"twig",

0 commit comments

Comments
 (0)