Skip to content

Commit 589a3a6

Browse files
committed
CE-1690 fix bug on package-lock.json
1 parent e1cc392 commit 589a3a6

File tree

5 files changed

+217
-242
lines changed

5 files changed

+217
-242
lines changed

Diff for: .prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# package.json is formatted by package managers, so we ignore it here
2-
package.json
2+
package.json

Diff for: package-lock.json

+30-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scanoss",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "The SCANOSS JS package provides a simple, easy to consume module for interacting with SCANOSS APIs/Engine.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -49,6 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@ava/typescript": "^1.1.1",
52+
"@fig/complete-commander": "^3.0.0",
5253
"@istanbuljs/nyc-config-typescript": "^1.0.1",
5354
"@types/chai": "^4.3.1",
5455
"@types/mocha": "^9.1.1",
@@ -57,7 +58,6 @@
5758
"@types/node-gzip": "^1.1.0",
5859
"@types/tar": "^6.1.3",
5960
"@types/uuid": "^9.0.0",
60-
"@typescript-eslint/eslint-plugin": "^4.0.1",
6161
"@typescript-eslint/parser": "^6.18.0",
6262
"chai": "^4.3.6",
6363
"codecov": "^3.5.0",

0 commit comments

Comments
 (0)