We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce06c0 commit b4d634eCopy full SHA for b4d634e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@epicdm/webpack-plugin-parse-functions",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"main": "dist/main.js",
5
"description": "Webpack Parse Function builder",
6
"author": "Dustin Chaffin, Epic Digital Interactive Media LLC",
@@ -12,7 +12,8 @@
12
"scripts": {
13
"dev": "tsc --watch",
14
"build": "tsc",
15
- "prepare": "husky install"
+ "prepare": "husky install",
16
+ "test": "echo \"Error: no test specified\" && exit 1"
17
},
18
"devDependencies": {
19
"@types/glob": "^8.0.0",
0 commit comments