@protohiro/effects-core 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -19,5 +19,8 @@ npm install @protohiro/effects-core
19
19
  - `toCssTime`
20
20
  - `toCssNumber`
21
21
 
22
+ Live demo:
23
+ https://libs.protohiro.com/effects/
24
+
22
25
  For full project docs and examples, see:
23
- https://github.com/snwol/protoeffects
26
+ https://github.com/protohiro-com/effects
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protohiro/effects-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Core runtime utilities for ProtoEffects CSS-first effects.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,12 +9,12 @@
9
9
  "types": "./dist/index.d.ts",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/snwol/protoeffects.git",
12
+ "url": "git+https://github.com/protohiro-com/effects.git",
13
13
  "directory": "packages/core"
14
14
  },
15
- "homepage": "https://github.com/snwol/protoeffects#readme",
15
+ "homepage": "https://github.com/protohiro-com/effects#readme",
16
16
  "bugs": {
17
- "url": "https://github.com/snwol/protoeffects/issues"
17
+ "url": "https://github.com/protohiro-com/effects/issues"
18
18
  },
19
19
  "keywords": [
20
20
  "protoeffects",