chemicaltools
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "chemicaltools", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Chemical Tools for Chemistry students.", | ||
@@ -41,3 +41,3 @@ "main": "src/index.js", | ||
"babel-plugin-syntax-dynamic-import": "6.18.0", | ||
"bundlesize": "^0.17.1", | ||
"bundlesize": "0.17.1", | ||
"codecov": "3.3.0", | ||
@@ -57,3 +57,13 @@ "full-icu": "1.2.1", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
"assets": [ | ||
{ | ||
"path": "dist/main.js", | ||
"label": "chemicaltools.min.js" | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/git" | ||
@@ -60,0 +70,0 @@ ] |
@@ -39,3 +39,3 @@ # chemicaltools-js | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/chemicaltools@latest/dist/index.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/chemicaltools@latest/dist/main.js"></script> | ||
``` | ||
@@ -42,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
528129