Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b48a129

Browse files
authored
Merge pull request #250 from DeeDeeG/bump-keyboard-layout
⬆️ keyboard-layout@2.0.17 (and rename deprecated "prepublish" script to "prepare")
2 parents 318bd74 + 4f211fd commit b48a129

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Atom's DOM-aware keymap module",
55
"main": "./lib/keymap-manager",
66
"scripts": {
7-
"prepublish": "npm run clean && npm run compile && npm run lint && npm run atomdoc",
7+
"prepare": "npm run clean && npm run compile && npm run lint && npm run atomdoc",
88
"clean": "rimraf lib && rimraf api.json",
99
"compile": "coffee --no-header --output lib --compile src && babel src --out-dir lib",
1010
"lint": "coffeelint -r src spec && eslint src spec",
@@ -27,7 +27,7 @@
2727
"event-kit": "^1.0.0",
2828
"fs-plus": "^3.0.0",
2929
"grim": "^1.2.1",
30-
"keyboard-layout": "2.0.16",
30+
"keyboard-layout": "2.0.17",
3131
"pathwatcher": "^8.0.0",
3232
"property-accessors": "^1",
3333
"season": "^6.0.2"

0 commit comments

Comments
 (0)