coh-content-db-homecoming 1.4.0 → 1.4.2
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.
- package/LICENSE +24 -674
- package/README.md +5 -4
- package/dist/coh-content-db-homecoming.js +2 -2
- package/dist/coh-content-db-homecoming.nomin.js +4 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# coh-content-db-homecoming
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-
](https://github.com/n15g/coh-content-db-homecoming/actions)
|
|
4
|
+
[](https://github.com/n15g/coh-content-db-homecoming/tags)
|
|
5
|
+
[](https://www.npmjs.com/package/coh-content-db-homecoming)
|
|
6
|
+
[](LICENSE)
|
|
6
7
|
|
|
7
8
|
CoH Content DB - Homecoming data
|
|
8
9
|
|
|
@@ -14,7 +15,7 @@ CoH Content DB - Homecoming data
|
|
|
14
15
|
|
|
15
16
|
```
|
|
16
17
|
npm version 1.4.x
|
|
17
|
-
|
|
18
|
+
npm run push
|
|
18
19
|
```
|
|
19
20
|
|
|
20
21
|
Initialize the database, then load the homecoming data pack:
|