@behold/widget 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -2
  2. package/readme.md +1 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@behold/widget",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "author": "Griffin Johnston",
5
5
  "license": "None",
6
6
  "keywords": [
@@ -33,7 +33,8 @@
33
33
  "build:rollup": "npx rollup -c rollup.config.js",
34
34
  "build": "npm run build:setup && npm run build:rollup",
35
35
  "demo": "cp -r src/demo dist && http-server dist",
36
- "test": "npx tsc --noEmit && node --loader tsx --test tests/*.test.ts"
36
+ "test": "npx tsc --noEmit && node --loader tsx --test tests/*.test.ts",
37
+ "deploy": "npm run build && npm publish --access public"
37
38
  },
38
39
  "devDependencies": {
39
40
  "@rollup/plugin-dynamic-import-vars": "^2.1.2",
package/readme.md CHANGED
@@ -1,13 +1 @@
1
- <div align="center">
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