@sfgrp/distinguish 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ You can copy and paste the following tags into your HTML file.
|
|
|
44
44
|
|
|
45
45
|
```html
|
|
46
46
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@sfgrp/distinguish/dist/style.css">
|
|
47
|
-
<script src="https://cdn.jsdelivr.net/npm/@sfgrp/distinguish/dist/distinguish.umd.
|
|
47
|
+
<script src="https://cdn.jsdelivr.net/npm/@sfgrp/distinguish/dist/distinguish.umd.js"></script>
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
## Usage
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfgrp/distinguish",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"files": ["dist"],
|
|
6
6
|
"main": "./dist/interactive-key.umd.js",
|
|
7
7
|
"module": "./dist/interactive-key.es.js",
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"require": "./dist/interactive-key.umd.js"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public"
|
|
16
|
+
},
|
|
14
17
|
"homepage": "https://github.com/SpeciesFileGroup/distinguish",
|
|
15
18
|
"license": "NCSA",
|
|
16
19
|
"repository": {
|