Browse Source

📝 change repo url

pull/3/head
Nicolas Beaussart 6 years ago
parent
commit
69eef8dd91
No known key found for this signature in database GPG Key ID: 51D5A407BFCE64A9
  1. 0
      .circleci.old/config.yml
  2. 8
      package.json

0
.circleci/config.yml → .circleci.old/config.yml

8
package.json

@ -1,12 +1,12 @@
{ {
"name": "nbx", "name": "nbx",
"description": "My own personal cli", "description": "My own personal cli",
"version": "1.0.0",
"version": "2.0.0",
"author": "Nicolas Beaussart @beaussan", "author": "Nicolas Beaussart @beaussan",
"bin": { "bin": {
"nbx": "./bin/run" "nbx": "./bin/run"
}, },
"bugs": "https://github.com/beaussart/nbx/issues",
"bugs": "https://github.com/beaussan/nbx/issues",
"dependencies": { "dependencies": {
"@oclif/command": "1.5.19", "@oclif/command": "1.5.19",
"@oclif/config": "1.13.3", "@oclif/config": "1.13.3",
@ -49,7 +49,7 @@
"/npm-shrinkwrap.json", "/npm-shrinkwrap.json",
"/oclif.manifest.json" "/oclif.manifest.json"
], ],
"homepage": "https://github.com/beaussart/nbx",
"homepage": "https://github.com/beaussan/nbx",
"keywords": [ "keywords": [
"oclif" "oclif"
], ],
@ -70,7 +70,7 @@
} }
} }
}, },
"repository": "beaussart/nbx",
"repository": "https://github.com/beaussan/nbx",
"scripts": { "scripts": {
"postpack": "rm -f oclif.manifest.json", "postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc", "posttest": "eslint . --ext .ts --config .eslintrc",

Loading…
Cancel
Save