Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Fix/package bin name (#21)
Browse files Browse the repository at this point in the history
* fix(package): update binary name and github repo

* fix(package): update version

* fix(package): update main file
  • Loading branch information
nachoesmite authored May 7, 2018
1 parent 59ed6e8 commit 5343d4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "raml-javascript-generator",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate a JavaScript API client from RAML",
"main": "raml-javascript-generator.js",
"main": "dist/index.js",
"config": {
"commitizen": {
"path": "@commitlint/prompt"
Expand All @@ -13,7 +13,7 @@
"LICENSE"
],
"bin": {
"raml-js-client-generator": "dist/bin.js"
"raml-javascript-generator": "dist/bin.js"
},
"scripts": {
"commit": "git-cz",
Expand All @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/mulesoft-labs/raml-js-client-generator"
"url": "git://github.com/mulesoft-labs/raml-javascript-generator"
},
"keywords": [
"raml",
Expand All @@ -47,9 +47,9 @@
"author": "MuleSoft, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mulesoft-labs/raml-js-client-generator/issues"
"url": "https://github.com/mulesoft-labs/raml-javascript-generator/issues"
},
"homepage": "https://github.com/mulesoft-labs/raml-js-client-generator",
"homepage": "https://github.com/mulesoft-labs/raml-javascript-generator",
"devDependencies": {
"@commitlint/cli": "^3.1.2",
"@commitlint/config-angular": "^3.1.1",
Expand Down

0 comments on commit 5343d4d

Please sign in to comment.