Skip to content

Commit b4d634e

Browse files
committed
bugfix(Test): stub out npm test script
1 parent cce06c0 commit b4d634e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epicdm/webpack-plugin-parse-functions",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "dist/main.js",
55
"description": "Webpack Parse Function builder",
66
"author": "Dustin Chaffin, Epic Digital Interactive Media LLC",
@@ -12,7 +12,8 @@
1212
"scripts": {
1313
"dev": "tsc --watch",
1414
"build": "tsc",
15-
"prepare": "husky install"
15+
"prepare": "husky install",
16+
"test": "echo \"Error: no test specified\" && exit 1"
1617
},
1718
"devDependencies": {
1819
"@types/glob": "^8.0.0",

0 commit comments

Comments
 (0)