@jag-k/scriptable-jsx 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@jag-k/scriptable-jsx",
3
3
  "description": "Create a Scriptable bundle from JSX",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "author": {
7
7
  "email": "jag.konon@gmail.com",
8
8
  "name": "Jag_k",
@@ -13,10 +13,10 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/jag-k/rollup-plugin-scriptable.git"
16
+ "url": "https://github.com/jag-k/scriptable-jsx.git"
17
17
  },
18
18
  "bugs": {
19
- "url": "https://github.com/jag-k/rollup-plugin-scriptable/issues"
19
+ "url": "https://github.com/jag-k/scriptable-jsx/issues"
20
20
  },
21
21
  "type": "module",
22
22
  "main": "dist/index.js",