Skip to content

Commit ee5698d

Browse files
committed
HOTFIX Includes json file from assets folder
1 parent 8359216 commit ee5698d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scanoss",
3-
"version": "0.12.0",
3+
"version": "0.12.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",
@@ -77,9 +77,9 @@
7777
"files": [
7878
"build/main",
7979
"build/module",
80-
"assets/",
81-
"!**/*.spec.*",
8280
"!**/*.json",
81+
"assets/**",
82+
"!**/*.spec.*",
8383
"CHANGELOG.md",
8484
"LICENSE",
8585
"README.md"

0 commit comments

Comments
 (0)