File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1818 "url" : " https://github.com/azu/intelli-espower-loader/issues"
1919 },
2020 "dependencies" : {
21- "espower-loader" : " ~0.3.1 "
21+ "espower-loader" : " ~0.6.0 "
2222 }
23- }
23+ }
Original file line number Diff line number Diff line change @@ -20,24 +20,14 @@ npm install power-assert --save-dev
2020
2121``` json
2222{
23- "name" : " intelli-espower-loader " ,
24- "description" : " Make espower-lodaer config file unnecessary. " ,
23+ "name" : " your-module " ,
24+ "description" : " Your module " ,
2525 "version" : " 0.0.1" ,
26- "repository" : {
27- "url" : " git://github.com/azu/intelli-espower-loader.git"
28- },
29- "main" : " lib/intelli-espower-loader.js" ,
30- "scripts" : {
31- "test" : " mocha test/*.js"
32- },
3326 "directories" : {
3427 "test" : " test/"
3528 },
36- "author" : " azu" ,
3729 "license" : " MIT" ,
38- "dependencies" : {
39- "espower-loader" : " ~0.3.1"
40- }
30+ ...
4131}
4232```
4333
You can’t perform that action at this time.
0 commit comments