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 916611e commit 2f6ededCopy full SHA for 2f6eded
runkit-example.js renamed to examples/runkit.js
package.json
@@ -33,13 +33,14 @@
33
"license": "GPL-3.0",
34
"files": [
35
"dist",
36
- "scripts"
+ "scripts",
37
+ "examples/runkit.js"
38
],
39
"bugs": {
40
"url": "https://github.com/gerardobort/node-corenlp/issues"
41
},
42
"homepage": "https://github.com/gerardobort/node-corenlp#readme",
- "runkitExampleFilename": "runkit-example.js",
43
+ "runkitExampleFilename": "examples/runkit.js",
44
"babel": {
45
"plugins": [
46
"transform-object-rest-spread"
0 commit comments