@bridgeline-digital/hawksearch-handlebars-ui 1.0.0-beta.21 → 1.0.0-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bridgeline-digital/hawksearch-handlebars-ui",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.22",
|
|
4
4
|
"description": "A customizable UI library for Hawksearch using Handlebars templates",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"lint": "npm run eslint && npm run prettier",
|
|
16
16
|
"prepare": "husky install",
|
|
17
17
|
"prettier": "prettier --write .",
|
|
18
|
-
"publish": "npm run build:prod && npm publish",
|
|
19
18
|
"serve": "webpack serve --open",
|
|
20
19
|
"watch": "webpack --watch"
|
|
21
20
|
},
|