Skip to content

Commit

Permalink
Now using npm and make (closes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dremora committed May 21, 2012
1 parent 141585b commit f246558
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
barcode.js: barcode.coffee
node_modules/coffee-script/bin/coffee -c $^
23 changes: 20 additions & 3 deletions barcode.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "barcode-lookup",
"version": "0.1.0",
"author": "Kirill Korolyov <[email protected]>",
"repository": {
"type": "git"
, "url": "https://github.com/Dremora/barcode-lookup.git"
},
"devDependencies": {
"coffee-script": "~1.3.3"
}
}

0 comments on commit f246558

Please sign in to comment.