@bigbinary/neeto-editor 1.45.35 → 1.45.36
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.36",
|
|
4
4
|
"types": "./types.d.ts",
|
|
5
5
|
"description": "neetoEditor is the library that drives the rich text experience in all neeto products built at BigBinary",
|
|
6
6
|
"keywords": [
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"prepare": "husky install",
|
|
246
246
|
"serve": "node .storybook/express",
|
|
247
247
|
"storybook": "storybook dev -p 6006",
|
|
248
|
-
"upload": "node scripts/publish --env production"
|
|
248
|
+
"upload": "node .scripts/publish --env production"
|
|
249
249
|
},
|
|
250
250
|
"lint-staged": {
|
|
251
251
|
"src/**/*.{js,jsx,json}": [
|