Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 220cd70

Browse files
author
Audrey Eschright
committedJan 29, 2019
fix(test): update postinstall script for fixture
1 parent d7a014f commit 220cd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/fixtures/count-to-10/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "count-to-10",
33
"version": "1.0.0",
44
"scripts": {
5-
"postinstall": "node postinstall"
5+
"postinstall": "scripts/postinstall.js"
66
}
77
}

0 commit comments

Comments
 (0)
This repository has been archived.