Skip to content

Commit 57bcf49

Browse files
Updated package
1 parent a28adb8 commit 57bcf49

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.npmignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ samples
55
apireference.js
66
apireference.json
77
babel.config.js
8-
index.jtml
8+
index.html
99
webpack.config.js
1010
yarn.lock
11+
dist/interactivetests.js
12+
dist/interactivetests.js.map
13+
dist/javascriptsamples.js
14+
dist/javascriptsamples.js.map
15+
dist/pdfkitsamples.js
16+
dist/pdfkitsamples.js.map
17+
__image_snapshots__
18+

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "basicprimitives",
3+
"sideEffects": false,
34
"homepage": "https://www.basicprimitives.com/",
4-
"version": "6.0.0",
5+
"version": "6.0.3",
56
"author": "Basic Primitives Inc. <support@basicprimitives.com> (https://www.basicprimitives.com)",
67
"description": "Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.",
78
"repository": {
@@ -10,7 +11,7 @@
1011
},
1112
"license": "SEE LICENSE IN license.pdf",
1213
"main": "dist/primitives.js",
13-
"module": "./src/index.js",
14+
"module": "src/index.js",
1415
"devDependencies": {
1516
"@babel/core": "^7.12.9",
1617
"@babel/preset-env": "^7.12.7",

0 commit comments

Comments
 (0)