Skip to content

Commit e264439

Browse files
committed
1.14.2
1 parent 0f86e25 commit e264439

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.14.1",
6+
"version": "1.14.2",
77
"description": "10up Components built for the WordPress Block Editor.",
88
"main": "./dist/index.js",
99
"source": "index.js",
@@ -12,8 +12,8 @@
1212
"test": "10up-toolkit test-unit-jest",
1313
"build": "10up-toolkit build",
1414
"start": "10up-toolkit start",
15-
"build-test-env": "npm run build --workspaces --if-present",
16-
"start-test-env": "npm run start-env -w example/ && npm run import-media -w example/",
15+
"build-test-env": "npm run build --workspaces --if-present",
16+
"start-test-env": "npm run start-env -w example/ && npm run import-media -w example/",
1717
"test:e2e": "cypress open",
1818
"prepublishOnly": "npm run build"
1919
},

0 commit comments

Comments
 (0)