@bytefaceinc/web-lang 0.1.5 → 0.1.6

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@bytefaceinc/web-lang",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "WEB Lang compiler and CLI for authoring .web power docs that compile to HTML, CSS, render screenshots, and support watch mode",
5
5
  "license": "MIT",
6
- "homepage": "https://github.com/theRegex/web-lang#readme",
6
+ "homepage": "https://github.com/bytefaceinc/web-lang#readme",
7
7
  "bugs": {
8
- "url": "https://github.com/theRegex/web-lang/issues"
8
+ "url": "https://github.com/bytefaceinc/web-lang/issues"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/theRegex/web-lang.git"
12
+ "url": "git+https://github.com/bytefaceinc/web-lang.git"
13
13
  },
14
14
  "type": "commonjs",
15
15
  "main": "./compiler.js",