File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # agnostic -library-skeleton
1+ # untranspiled-js -library-skeleton
22
3- [ ![ Build Status] ( https://travis-ci.org/jedwards1211/agnostic- library-skeleton.svg?branch=master )] ( https://travis-ci.org/jedwards1211/agnostic -library-skeleton )
4- [ ![ Coverage Status] ( https://codecov.io/gh/jedwards1211/agnostic- library-skeleton/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jedwards1211/agnostic -library-skeleton )
3+ [ ![ Build Status] ( https://travis-ci.org/jedwards1211/untranspiled-js- library-skeleton.svg?branch=master )] ( https://travis-ci.org/jedwards1211/untranspiled-js -library-skeleton )
4+ [ ![ Coverage Status] ( https://codecov.io/gh/jedwards1211/untranspiled-js- library-skeleton/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jedwards1211/untranspiled-js -library-skeleton )
55[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
66[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
77
@@ -11,7 +11,7 @@ This is my personal skeleton for creating an untranspiled JS library npm package
1111
1212``` sh
1313npm i -g howardroark/pollinate
14- pollinate https://github.com/jedwards1211/agnostic -library-skeleton.git --keep-history --name < package name> --author < your name> --organization < github organization> --description < package description>
14+ pollinate https://github.com/jedwards1211/untranspiled-js -library-skeleton.git --keep-history --name < package name> --author < your name> --organization < github organization> --description < package description>
1515cd < package name>
1616npm i
1717```
Original file line number Diff line number Diff line change 11{
2- "name" : " agnostic -library-skeleton" ,
2+ "name" : " untranspiled-js -library-skeleton" ,
33 "version" : " 1.0.0" ,
44 "description" : " my skeleton for transpiler-free JS packages" ,
55 "main" : " index.js" ,
3939 },
4040 "repository" : {
4141 "type" : " git" ,
42- "url" : " https://github.com/jedwards1211/agnostic -library-skeleton.git"
42+ "url" : " https://github.com/jedwards1211/untranspiled-js -library-skeleton.git"
4343 },
4444 "keywords" : [
4545 " skeleton"
4646 ],
4747 "bugs" : {
48- "url" : " https://github.com/jedwards1211/agnostic -library-skeleton/issues"
48+ "url" : " https://github.com/jedwards1211/untranspiled-js -library-skeleton/issues"
4949 },
50- "homepage" : " https://github.com/jedwards1211/agnostic -library-skeleton#readme" ,
50+ "homepage" : " https://github.com/jedwards1211/untranspiled-js -library-skeleton#readme" ,
5151 "devDependencies" : {
5252 "@commitlint/cli" : " ^6.0.2" ,
5353 "@commitlint/config-conventional" : " ^6.0.2" ,
You can’t perform that action at this time.
0 commit comments