We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad87d1c commit b3089d4Copy full SHA for b3089d4
package.json
@@ -5,7 +5,6 @@
5
"main": "./src/text-buffer",
6
"scripts": {
7
"prepublish": "npm run clean",
8
- "docs": "node script/generate-docs",
9
"clean": "rimraf lib api.json",
10
"test": "node script/test",
11
"ci": "npm run test && npm run bench",
@@ -27,13 +26,11 @@
27
26
"electron": "^30",
28
"jasmine": "^2.4.1",
29
"jasmine-core": "^2.4.1",
30
- "joanna": "github:pulsar-edit/joanna",
31
"json-diff": "^0.3.1",
32
"random-seed": "^0.2.0",
33
"regression": "^1.2.1",
34
"rimraf": "~2.2.2",
35
"standard": "^10.0.3",
36
- "tello": "^1.0.7",
37
"temp": "^0.8.3",
38
"yargs": "^6.5.0"
39
},
script/generate-docs
0 commit comments