Skip to content

Commit 2a11a90

Browse files
author
Léo Guillaume
committed
Auto stash before checking out "origin/main"
1 parent 39cf989 commit 2a11a90

File tree

2 files changed

+9
-26
lines changed

2 files changed

+9
-26
lines changed

package-lock.json

Lines changed: 1 addition & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"build": "tsc",
1010
"watch": "tsc --watch"
1111
},
12+
"files": [
13+
"src",
14+
"LICENSE",
15+
"README.md",
16+
"package.json",
17+
"tsconfig.json"
18+
],
1219
"repository": {
1320
"type": "git",
1421
"url": "git+https://github.com/Leoglme/node-nlp-typescript.git"
@@ -59,7 +66,6 @@
5966
"@nlpjs/request": "^4.25.0",
6067
"@nlpjs/sentiment": "^4.26.1",
6168
"@nlpjs/similarity": "^4.26.1",
62-
"@nlpjs/xtables": "^4.25.0",
63-
"node-nlp": "^4.26.1"
69+
"@nlpjs/xtables": "^4.25.0"
6470
}
6571
}

0 commit comments

Comments
 (0)