File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " rollup-plugin-dustjs" ,
33 "version" : " 0.0.1" ,
4- "description" : " A rollup plugin for importing dustjs templates as modules" ,
5- "license" : " MIT" ,
64 "author" : " Chris Deacy <chris@deacy.io>" ,
5+ "description" : " A rollup plugin for importing dustjs templates as modules" ,
76 "keywords" : [
87 " dustjs" ,
98 " dustjs-linkedin" ,
109 " rollup" ,
1110 " rollup-plugin" ,
1211 " templates"
1312 ],
13+ "license" : " MIT" ,
14+ "repository" : " github:chrisdothtml/rollup-plugin-dustjs" ,
15+ "bugs" : " https://github.com/chrisdothtml/rollup-plugin-dustjs/issues" ,
1416 "main" : " build/index.js" ,
15- "scripts" : {
16- "build" : " rollup -c" ,
17- "build-w" : " rollup -c -w"
18- },
1917 "peerDependencies" : {
2018 "dustjs-linkedin" : " ^2.7.5"
2119 },
2624 "dustjs-linkedin" : " ^2.7.5" ,
2725 "rollup" : " ^0.41.6" ,
2826 "rollup-watch" : " ^3.2.2"
27+ },
28+ "scripts" : {
29+ "build" : " rollup -c" ,
30+ "build-w" : " rollup -c -w"
2931 }
3032}
You can’t perform that action at this time.
0 commit comments