mirror of
https://github.com/slap-editor/slap.git
synced 2024-12-14 06:39:43 +03:00
fix(cmd): bin/slap.js -> slap.js
This commit is contained in:
parent
986b08177c
commit
9dae33d021
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env node
|
|
||||||
|
|
||||||
module.exports = require('../lib/cli')().done();
|
|
@ -5,11 +5,11 @@
|
|||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"main": "lib/cli.js",
|
"main": "lib/cli.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"slap": "./bin/slap.js"
|
"slap": "./slap.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./bin/slap.js",
|
"start": "./slap.js",
|
||||||
"debug": "node-debug ./bin/slap.js",
|
"debug": "node-debug ./slap.js",
|
||||||
"test": "test/index.js",
|
"test": "test/index.js",
|
||||||
"cover": "istanbul cover test/index.js"
|
"cover": "istanbul cover test/index.js"
|
||||||
},
|
},
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"lodash": "^2.4.1",
|
"lodash": "^2.4.1",
|
||||||
"longjohn": "^0.2.4",
|
"longjohn": "^0.2.4",
|
||||||
"mkdirp": "^0.5.0",
|
"mkdirp": "^0.5.0",
|
||||||
"node-clap": "^0.0.4",
|
"node-clap": "^0.0.5",
|
||||||
"rc": "^1.0.0",
|
"rc": "^1.0.0",
|
||||||
"slap-clipboard-plugin": "^0.0.10",
|
"slap-clipboard-plugin": "^0.0.10",
|
||||||
"text-buffer": "^6.1.3",
|
"text-buffer": "^6.1.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user