mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +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"
|
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"component": {
|
||||||
|
"scripts": {
|
||||||
|
"strftime": "./lib/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue