mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Merge pull request #11 from visionmedia/patch-1
Added component support in package.json
This commit is contained in:
commit
b51b106177
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@
|
|||
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"component": {
|
||||
"scripts": {
|
||||
"strftime": "./lib/index.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Reference in a new issue