Skip to content

Commit 4291a23

Browse files
committed
test script
1 parent a3de39d commit 4291a23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"node": ">=4.0"
77
},
88
"main": "index.js",
9-
"scripts": {},
9+
"scripts": {
10+
"test": "node jest.js"
11+
},
1012
"repository": {
1113
"type": "git",
1214
"url": "git+https://github.com/morulus/postcss-import-sub.git"

0 commit comments

Comments
 (0)