Skip to content

Commit

Permalink
⬆️ 1.2.1 Fixed the repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Aug 30, 2015
1 parent 013cf99 commit fbbe2d2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "cobol",
"version": "1.2.0",
"version": "1.2.1",
"description": "COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.",
"main": "lib/index.js",
"directories": {
"example": "example"
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "node-cobol"
},
"keywords": [
"cobol",
"node",
Expand All @@ -31,5 +27,13 @@
"tmp": "^0.0.26",
"ul": "^5.0.0",
"which": "^1.1.1"
}
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/node-cobol.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/node-cobol/issues"
},
"homepage": "https://github.com/IonicaBizau/node-cobol"
}

0 comments on commit fbbe2d2

Please sign in to comment.