Skip to content

Commit

Permalink
Fixed npm2aurball.
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire Charron committed Aug 5, 2014
1 parent bc968d4 commit 57c157b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Filirom1 <filirom1@gmail.com>",
"name": "npm2arch",
"description": "Convert NPM package to a PKGBUILD for ArchLinux",
"version": "0.1.16",
"version": "0.1.17",
"homepage": "https://github.com/Filirom1/npm2arch",
"repository": {
"type": "git",
Expand All @@ -17,6 +17,7 @@
"main": "index.js",
"bin": {
"npm2PKGBUILD": "bin/npm2PKGBUILD",
"npm2aurball": "bin/npm2aurball",
"npm2archpkg": "bin/npm2archpkg",
"npm2archinstall": "bin/npm2archinstall"
},
Expand Down

0 comments on commit 57c157b

Please sign in to comment.