|
1 | 1 | {
|
2 |
| - "alias": "auto-immutable", |
3 |
| - "author": "Stephen Isienyi <[email protected]>", |
| 2 | + "alias": "auto-immutable.js", |
| 3 | + "author": { |
| 4 | + |
| 5 | + "name": "Stephen Isienyi" |
| 6 | + }, |
4 | 7 | "bugs": {
|
5 |
| - "url": "https://github.com/webKrafters/auto-immutable/issues" |
| 8 | + "url": "https://github.com/webKrafters/auto-immutable.js/issues" |
6 | 9 | },
|
7 | 10 | "contributors": [
|
8 | 11 | "steveswork <[email protected]> (https://github.com/steveswork)"
|
|
32 | 35 | "dist",
|
33 | 36 | "logo.svg"
|
34 | 37 | ],
|
35 |
| - "homepage": "https://github.com/webKrafters/auto-immutable/readme", |
| 38 | + "homepage": "https://auto-immutable.js.org", |
36 | 39 | "keywords": [
|
37 | 40 | "auto-immutable",
|
38 | 41 | "immutable",
|
|
46 | 49 | },
|
47 | 50 | "repository": {
|
48 | 51 | "type": "git",
|
49 |
| - "url": "git+https://github.com/webKrafters/auto-immutable.git" |
| 52 | + "url": "git+https://github.com/webKrafters/auto-immutable.js.git" |
50 | 53 | },
|
51 | 54 | "scripts": {
|
52 | 55 | "build": "rm -rf dist && tsc && babel dist -d dist",
|
53 |
| - "docs-deploy": "node deploy-docs.js", |
54 | 56 | "postbuild": "node post-build.js",
|
55 | 57 | "test": "jest --coverage --updateSnapshot",
|
56 | 58 | "test:clean": "jest --clearCache",
|
57 | 59 | "test:core": "jest --updateSnapshot",
|
58 | 60 | "test:watch": "jest --updateSnapshot --watchAll"
|
59 | 61 | },
|
60 | 62 | "types": "dist/index.d.ts",
|
61 |
| - "version": "0.0.2-rc.2" |
| 63 | + "version": "0.0.2-rc.3" |
62 | 64 | }
|
0 commit comments