Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 6e9c03e

Browse files
authored
release: version 3.0.5 (#795)
* chore: remove outdated prepublish script * 3.0.5 * chore: update package.json values for RPF
1 parent 52d9d10 commit 6e9c03e

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

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: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/keyboard-navigation",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A plugin for keyboard navigation.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",
@@ -12,7 +12,6 @@
1212
"format:check": "prettier --check .",
1313
"ghpages": "node scripts/deploy.js",
1414
"predeploy": "blockly-scripts predeploy",
15-
"prepublishOnly": "npm login --registry https://wombat-dressing-room.appspot.com",
1615
"start": "blockly-scripts start",
1716
"test": "npm run test:mocha && npm run test:wdio",
1817
"test:ci": "npm run test:mocha && npm run test:wdio:ci",
@@ -35,13 +34,13 @@
3534
"blockly-plugin",
3635
"keyboard-experiment"
3736
],
38-
"homepage": "https://github.com/google/blockly-keyboard-experimentation#readme",
37+
"homepage": "https://github.com/RaspberryPiFoundation/blockly-keyboard-experimentation#readme",
3938
"bugs": {
40-
"url": "https://github.com/google/blockly-keyboard-experimentation/issues"
39+
"url": "https://github.com/RaspberryPiFoundation/blockly-keyboard-experimentation/issues"
4140
},
4241
"repository": {
4342
"type": "git",
44-
"url": "git+https://github.com/google/blockly-keyboard-experimentation.git"
43+
"url": "git+https://github.com/RaspberryPiFoundation/blockly-keyboard-experimentation.git"
4544
},
4645
"license": "Apache-2.0",
4746
"directories": {
@@ -83,10 +82,6 @@
8382
"blockly": "^12.3.0"
8483
},
8584
"publishConfig": {
86-
"access": "public",
87-
"registry": "https://wombat-dressing-room.appspot.com"
88-
},
89-
"eslintConfig": {
90-
"extends": "@blockly/eslint-config"
85+
"access": "public"
9186
}
9287
}

0 commit comments

Comments
 (0)