|
1 | 1 | { |
2 | | - "name": "codechain-primitives", |
3 | | - "version": "1.0.4", |
4 | | - "description": "JavaScript classes for CodeChain primitives", |
| 2 | + "name": "foundry-primitives", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "JavaScript classes for Foundry primitives", |
5 | 5 | "engines": { |
6 | 6 | "node": ">=8" |
7 | 7 | }, |
|
18 | 18 | "pretest": "yarn build", |
19 | 19 | "posttest": "yarn lint", |
20 | 20 | "codecov": "node_modules/.bin/remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json && codecov -f coverage/coverage-remapped.json", |
21 | | - "docs": "yarn typedoc --out gh-pages/$npm_package_version --name \"codechain-primitives-js $npm_package_version\" --theme minimal --mode file", |
22 | | - "docs:prepare": "[ -d 'gh-pages' ] || git clone -b gh-pages git@github.com:CodeChain-io/codechain-primitives-js.git gh-pages && cd gh-pages && git pull" |
| 21 | + "docs": "yarn typedoc --out gh-pages/$npm_package_version --name \"foundry-primitives-js $npm_package_version\" --theme minimal --mode file", |
| 22 | + "docs:prepare": "[ -d 'gh-pages' ] || git clone -b gh-pages git@github.com:CodeChain-io/foundry-primitives-js.git gh-pages && cd gh-pages && git pull" |
23 | 23 | }, |
24 | 24 | "repository": { |
25 | 25 | "type": "git", |
26 | | - "url": "git+https://github.com/CodeChain-io/codechain-primitives-js.git" |
| 26 | + "url": "git+https://github.com/CodeChain-io/foundry-primitives-js.git" |
27 | 27 | }, |
28 | 28 | "keywords": [ |
29 | 29 | "CodeChain" |
30 | 30 | ], |
31 | 31 | "author": "CodeChain Team <hi@codechain.io>", |
32 | 32 | "license": "ISC", |
33 | 33 | "bugs": { |
34 | | - "url": "https://github.com/CodeChain-io/codechain-primitives-js/issues" |
| 34 | + "url": "https://github.com/CodeChain-io/foundry-primitives-js/issues" |
35 | 35 | }, |
36 | | - "homepage": "https://github.com/CodeChain-io/codechain-primitives-js#readme", |
| 36 | + "homepage": "https://github.com/CodeChain-io/foundry-primitives-js#readme", |
37 | 37 | "devDependencies": { |
38 | 38 | "@types/crypto-js": "^3.1.43", |
39 | 39 | "@types/jest": "^23.3.2", |
|
0 commit comments