@behold/widget 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/readme.md +1 -13
package/package.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@behold/widget",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.2",
|
4
4
|
"author": "Griffin Johnston",
|
5
|
-
"license": "None",
|
6
5
|
"keywords": [
|
7
6
|
"behold",
|
8
7
|
"instagram",
|
@@ -33,7 +32,8 @@
|
|
33
32
|
"build:rollup": "npx rollup -c rollup.config.js",
|
34
33
|
"build": "npm run build:setup && npm run build:rollup",
|
35
34
|
"demo": "cp -r src/demo dist && http-server dist",
|
36
|
-
"test": "npx tsc --noEmit && node --loader tsx --test tests/*.test.ts"
|
35
|
+
"test": "npx tsc --noEmit && node --loader tsx --test tests/*.test.ts",
|
36
|
+
"deploy": "npm run build && npm publish --access public"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
|
package/readme.md
CHANGED
@@ -1,13 +1 @@
|
|
1
|
-
|
2
|
-
<a href="https://uiball.com/ldrs">
|
3
|
-
<picture>
|
4
|
-
<source media="(prefers-color-scheme: dark)" srcset="thumbnail-dark.png">
|
5
|
-
<source media="(prefers-color-scheme: light)" srcset="thumbnail-light.png">
|
6
|
-
<img src="thumbnail-dark.png" alt="U-I Ball LDRS"
|
7
|
-
width="100%"
|
8
|
-
height="auto">
|
9
|
-
</picture>
|
10
|
-
</a>
|
11
|
-
</div>
|
12
|
-
|
13
|
-
# Behold Widgets
|
1
|
+
# Offical Behold Widget Component
|