Skip to content

Commit

Permalink
⬆️ 1.5.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 26, 2016
1 parent efe96ee commit de18404
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cobol",
"version": "1.5.1",
"version": "1.5.2",
"description": "COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -91,5 +91,16 @@
"bugs": {
"url": "https://github.com/IonicaBizau/node-cobol/issues"
},
"homepage": "https://github.com/IonicaBizau/node-cobol"
"homepage": "https://github.com/IonicaBizau/node-cobol",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

0 comments on commit de18404

Please sign in to comment.