Skip to content

Commit 96531fc

Browse files
authored
Merge pull request #8 from webKrafters/docs
docusuarus update
2 parents 6b447ea + 150b2fa commit 96531fc

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

CNAME

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs-dev

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"alias": "auto-immutable",
3-
"author": "Stephen Isienyi <[email protected]>",
2+
"alias": "auto-immutable.js",
3+
"author": {
4+
"email": "[email protected]",
5+
"name": "Stephen Isienyi"
6+
},
47
"bugs": {
5-
"url": "https://github.com/webKrafters/auto-immutable/issues"
8+
"url": "https://github.com/webKrafters/auto-immutable.js/issues"
69
},
710
"contributors": [
811
"steveswork <[email protected]> (https://github.com/steveswork)"
@@ -32,7 +35,7 @@
3235
"dist",
3336
"logo.svg"
3437
],
35-
"homepage": "https://github.com/webKrafters/auto-immutable/readme",
38+
"homepage": "https://auto-immutable.js.org",
3639
"keywords": [
3740
"auto-immutable",
3841
"immutable",
@@ -46,17 +49,16 @@
4649
},
4750
"repository": {
4851
"type": "git",
49-
"url": "git+https://github.com/webKrafters/auto-immutable.git"
52+
"url": "git+https://github.com/webKrafters/auto-immutable.js.git"
5053
},
5154
"scripts": {
5255
"build": "rm -rf dist && tsc && babel dist -d dist",
53-
"docs-deploy": "node deploy-docs.js",
5456
"postbuild": "node post-build.js",
5557
"test": "jest --coverage --updateSnapshot",
5658
"test:clean": "jest --clearCache",
5759
"test:core": "jest --updateSnapshot",
5860
"test:watch": "jest --updateSnapshot --watchAll"
5961
},
6062
"types": "dist/index.d.ts",
61-
"version": "0.0.2-rc.2"
63+
"version": "0.0.2-rc.3"
6264
}

post-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const fOpts = { encoding: 'utf8' };
1010
Promise
1111
.allSettled([
1212
read(
13-
path.join( 'docs', 'src', 'images', 'logo.svg' ),
13+
path.join( 'docs-dev', 'src', 'images', 'logo.svg' ),
1414
fOpts
1515
),
1616
read( 'logo.svg', fOpts )

0 commit comments

Comments
 (0)