Skip to content

Commit 2f6eded

Browse files
committed
fix(runkit): adding the example to the npm dist files
1 parent 916611e commit 2f6eded

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@
3333
"license": "GPL-3.0",
3434
"files": [
3535
"dist",
36-
"scripts"
36+
"scripts",
37+
"examples/runkit.js"
3738
],
3839
"bugs": {
3940
"url": "https://github.com/gerardobort/node-corenlp/issues"
4041
},
4142
"homepage": "https://github.com/gerardobort/node-corenlp#readme",
42-
"runkitExampleFilename": "runkit-example.js",
43+
"runkitExampleFilename": "examples/runkit.js",
4344
"babel": {
4445
"plugins": [
4546
"transform-object-rest-spread"

0 commit comments

Comments
 (0)