|
1 | 1 | { |
2 | 2 | "name": "atom-keymap", |
3 | | - "version": "6.3.2", |
| 3 | + "version": "6.3.3-beta1", |
4 | 4 | "description": "Atom's DOM-aware keymap module", |
5 | 5 | "main": "./lib/keymap-manager", |
6 | 6 | "scripts": { |
7 | 7 | "prepublish": "npm run clean && npm run compile && npm run lint && npm run atomdoc", |
8 | | - "clean": "rm -rf lib && rm -rf api.json", |
| 8 | + "clean": "rimraf lib && rimraf api.json", |
9 | 9 | "compile": "coffee --no-header --output lib --compile src && babel src --out-dir lib", |
10 | 10 | "lint": "coffeelint -r src spec && eslint src spec", |
11 | 11 | "test": "devtool --quit --console node_modules/mocha/bin/_mocha --colors spec/helpers/setup.js spec/*", |
|
27 | 27 | "event-kit": "^1.0.0", |
28 | 28 | "fs-plus": "^2.0.4", |
29 | 29 | "grim": "^1.2.1", |
30 | | - "keyboard-layout": "^1.0", |
| 30 | + "keyboard-layout": "^1.2.0", |
31 | 31 | "pathwatcher": "^6.2", |
32 | 32 | "property-accessors": "^1", |
33 | 33 | "season": "^5.0.2" |
|
39 | 39 | "babel-preset-stage-0": "6.5.0", |
40 | 40 | "babel-register": "6.5.2", |
41 | 41 | "chai": "3.5.0", |
42 | | - "coffee-cache": "0.2.0", |
43 | 42 | "coffee-script": "1.7.0", |
44 | 43 | "coffeelint": "1.14.2", |
45 | 44 | "debounce": "1.0.0", |
46 | | - "devtool": "1.9.1", |
47 | | - "electron-rebuild": "1.1.3", |
| 45 | + "devtool": "2.2.0", |
| 46 | + "electron-rebuild": "1.2.1", |
48 | 47 | "eslint": "2.2.0", |
49 | 48 | "eslint-config-standard": "5.1.0", |
50 | 49 | "eslint-plugin-promise": "1.0.8", |
|
55 | 54 | "grunt-coffeelint": "0.0.6", |
56 | 55 | "grunt-contrib-coffee": "0.9.0", |
57 | 56 | "grunt-shell": "0.2.2", |
58 | | - "jasmine-focused": "1.0.4", |
59 | 57 | "lolex": "1.4.0", |
60 | 58 | "mocha": "2.4.5", |
61 | 59 | "rimraf": "2.2.2", |
|
0 commit comments