@qubit-ltd/json 1.2.4 → 1.2.5

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/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@qubit-ltd/json",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "A JavaScript library for parsing and formatting JSON data.",
5
5
  "author": "Haixing Hu",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/Haixing-Hu/js-json.git"
9
+ "url": "git+https://github.com/qubit-ltd/js-json.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/Haixing-Hu/js-json/issues"
12
+ "url": "https://github.com/qubit-ltd/js-json/issues"
13
13
  },
14
- "homepage": "https://github.com/Haixing-Hu/js-json",
14
+ "homepage": "https://github.com/qubit-ltd/js-json",
15
15
  "keywords": [
16
16
  "javascript",
17
17
  "json",
@@ -43,9 +43,7 @@
43
43
  "lint": "eslint --config eslint.config.mjs ./src",
44
44
  "doc": "jsdoc -c jsdoc.json",
45
45
  "es5": "check-es-version -e 5 -s true",
46
- "deploy": "npm run lint && npm run test && npm run build:all && npm publish --registry='https://npm.qubit.ltd/' --access public",
47
- "deploy:public": "npm run lint && npm run test && npm run build:all && npm publish --registry='https://registry.npmjs.org/' --access public",
48
- "deploy:all": "npm run deploy && npm publish --registry='https://registry.npmjs.org/' --access public"
46
+ "deploy": "npm run lint && npm run test && npm run build:all && npm publish --registry='https://registry.npmjs.org/' --access public"
49
47
  },
50
48
  "dependencies": {
51
49
  "json-custom-numbers": "^3.1.1"