Skip to content

Commit e48eca3

Browse files
committed
fix: rename project
1 parent 5e2f143 commit e48eca3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
1313
npm 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>
1515
cd <package name>
1616
npm i
1717
```

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -39,15 +39,15 @@
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",

0 commit comments

Comments
 (0)