sentikit-webcomponents 0.1.3 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +21 -0
- package/package.json +4 -6
package/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License Copyright (c) 2021
|
2
|
+
|
3
|
+
Permission is hereby granted, free
|
4
|
+
of charge, to any person obtaining a copy of this software and associated
|
5
|
+
documentation files (the "Software"), to deal in the Software without
|
6
|
+
restriction, including without limitation the rights to use, copy, modify, merge,
|
7
|
+
publish, distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to the
|
9
|
+
following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice
|
12
|
+
(including the next paragraph) shall be included in all copies or substantial
|
13
|
+
portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
16
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
17
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
18
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
19
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
20
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "sentikit-webcomponents",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.2.3",
|
4
4
|
"description": "sentikit webcomponents",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
@@ -8,13 +8,11 @@
|
|
8
8
|
},
|
9
9
|
"main": "dist/esm/index-49fd1bc4.js",
|
10
10
|
"typings": "types/index.d.ts",
|
11
|
+
"repository": "https://www.github.com/hsntnc/sentikit-webcomponents",
|
11
12
|
"scripts": {
|
12
|
-
"
|
13
|
-
"build-wc:clean": "rm -rf dist && mkdir dist",
|
14
|
-
"build-wc:webpack": "webpack",
|
15
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
13
|
+
"test": "jest"
|
16
14
|
},
|
17
15
|
"publishConfig": {
|
18
16
|
"access": "public"
|
19
17
|
}
|
20
|
-
}
|
18
|
+
}
|