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

Loading…
Cancel
Save