Skip to content

Commit

Permalink
1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Dec 21, 2022
1 parent 0f86e25 commit e264439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.14.1",
"version": "1.14.2",
"description": "10up Components built for the WordPress Block Editor.",
"main": "./dist/index.js",
"source": "index.js",
Expand All @@ -12,8 +12,8 @@
"test": "10up-toolkit test-unit-jest",
"build": "10up-toolkit build",
"start": "10up-toolkit start",
"build-test-env": "npm run build --workspaces --if-present",
"start-test-env": "npm run start-env -w example/ && npm run import-media -w example/",
"build-test-env": "npm run build --workspaces --if-present",
"start-test-env": "npm run start-env -w example/ && npm run import-media -w example/",
"test:e2e": "cypress open",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit e264439

Please sign in to comment.