Added component support

This commit is contained in:
TJ Holowaychuk 2012-06-08 15:26:31 -07:00
parent 3d6a02bde2
commit 7479e192eb

View file

@ -25,6 +25,11 @@
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
}
],
"component": {
"scripts": {
"strftime": "./lib/index.js"
}
},
"dependencies": {},
"devDependencies": {}
}