Skip to content

Commit 57200d3

Browse files
committed
ci: rename
1 parent 314b5fa commit 57200d3

5 files changed

Lines changed: 30 additions & 28 deletions

File tree

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectName": "parse-form-data",
2+
"projectName": "parse-nested-form-data",
33
"projectOwner": "milamer",
44
"imageSize": 100,
55
"commit": false,

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
needs: main
4848
runs-on: ubuntu-latest
4949
if:
50-
${{ github.repository == 'milamer/parse-form-data' &&
50+
${{ github.repository == 'milamer/parse-nested-form-data' &&
5151
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
5252
github.ref) && github.event_name == 'push' }}
5353
steps:

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>parse-form-data</h1>
2+
<h1>parse-nested-form-data</h1>
33

44
<p>A tiny node module for parsing FormData by name into objects and arrays</p>
55
</div>
@@ -59,7 +59,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
5959
should be installed as one of your project's `dependencies`:
6060

6161
```sh
62-
npm install parse-form-data
62+
npm install parse-nested-form-data
6363
```
6464

6565
## Name
@@ -339,25 +339,25 @@ where most of the setup is from.
339339
<!-- prettier-ignore-start -->
340340
[npm]: https://www.npmjs.com
341341
[node]: https://nodejs.org
342-
[build-badge]: https://img.shields.io/github/workflow/status/milamer/parse-form-data/validate?logo=github&style=flat-square
343-
[build]: https://github.com/milamer/parse-form-data/actions?query=workflow%3Avalidate
344-
[coverage-badge]: https://img.shields.io/codecov/c/github/milamer/parse-form-data.svg?style=flat-square
345-
[coverage]: https://codecov.io/github/milamer/parse-form-data
346-
[version-badge]: https://img.shields.io/npm/v/parse-form-data.svg?style=flat-square
347-
[package]: https://www.npmjs.com/package/parse-form-data
348-
[downloads-badge]: https://img.shields.io/npm/dm/parse-form-data.svg?style=flat-square
349-
[npmtrends]: https://www.npmtrends.com/parse-form-data
350-
[license-badge]: https://img.shields.io/npm/l/parse-form-data.svg?style=flat-square
351-
[license]: https://github.com/milamer/parse-form-data/blob/master/LICENSE
342+
[build-badge]: https://img.shields.io/github/workflow/status/milamer/parse-nested-form-data/validate?logo=github&style=flat-square
343+
[build]: https://github.com/milamer/parse-nested-form-data/actions?query=workflow%3Avalidate
344+
[coverage-badge]: https://img.shields.io/codecov/c/github/milamer/parse-nested-form-data.svg?style=flat-square
345+
[coverage]: https://codecov.io/github/milamer/parse-nested-form-data
346+
[version-badge]: https://img.shields.io/npm/v/parse-nested-form-data.svg?style=flat-square
347+
[package]: https://www.npmjs.com/package/parse-nested-form-data
348+
[downloads-badge]: https://img.shields.io/npm/dm/parse-nested-form-data.svg?style=flat-square
349+
[npmtrends]: https://www.npmtrends.com/parse-nested-form-data
350+
[license-badge]: https://img.shields.io/npm/l/parse-nested-form-data.svg?style=flat-square
351+
[license]: https://github.com/milamer/parse-nested-form-data/blob/master/LICENSE
352352
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
353353
[prs]: http://makeapullrequest.com
354354
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
355-
[coc]: https://github.com/milamer/parse-form-data/blob/master/CODE_OF_CONDUCT.md
355+
[coc]: https://github.com/milamer/parse-nested-form-data/blob/master/CODE_OF_CONDUCT.md
356356
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
357357
[all-contributors]: https://github.com/all-contributors/all-contributors
358-
[all-contributors-badge]: https://img.shields.io/github/all-contributors/milamer/parse-form-data?color=orange&style=flat-square
359-
[bugs]: https://github.com/milamer/parse-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug
360-
[requests]: https://github.com/milamer/parse-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement
361-
[good-first-issue]: https://github.com/milamer/parse-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22
358+
[all-contributors-badge]: https://img.shields.io/github/all-contributors/milamer/parse-nested-form-data?color=orange&style=flat-square
359+
[bugs]: https://github.com/milamer/parse-nested-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug
360+
[requests]: https://github.com/milamer/parse-nested-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement
361+
[good-first-issue]: https://github.com/milamer/parse-nested-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22
362362
[match-sorter]: https://github.com/kentcdodds/match-sorter/blob/main/README.md
363363
<!-- prettier-ignore-end -->

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"name": "parse-form-data",
3-
"version": "0.0.0-semantically-released",
2+
"name": "parse-nested-form-data",
3+
"version": "1.0.0",
44
"description": "A tiny node module for parsing FormData by name into objects and arrays",
5-
"main": "dist/parse-form-data.cjs.js",
6-
"module": "dist/parse-form-data.esm.js",
5+
"main": "dist/parse-nested-form-data.cjs.js",
6+
"module": "dist/parse-nested-form-data.esm.js",
77
"types": "dist/index.d.ts",
88
"keywords": [
99
"FormData",
1010
"parse",
11+
"nested",
12+
"form",
1113
"array",
1214
"object",
1315
"parse"
@@ -16,19 +18,19 @@
1618
"license": "MIT",
1719
"repository": {
1820
"type": "git",
19-
"url": "https://github.com/milamer/parse-form-data"
21+
"url": "https://github.com/milamer/parse-nested-form-data"
2022
},
2123
"bugs": {
22-
"url": "https://github.com/milamer/parse-form-data/issues"
24+
"url": "https://github.com/milamer/parse-nested-form-data/issues"
2325
},
24-
"homepage": "https://github.com/milamer/parse-form-data#readme",
26+
"homepage": "https://github.com/milamer/parse-nested-form-data#readme",
2527
"files": [
2628
"dist"
2729
],
2830
"scripts": {
2931
"clean": "rimraf dist coverage node_modules",
3032
"build:toc": "npx doctoc .",
31-
"build": "kcd-scripts build --bundle --environment BUILD_NAME:parseFormData",
33+
"build": "kcd-scripts build --bundle --environment BUILD_NAME:parseNestedFormData",
3234
"lint": "kcd-scripts lint",
3335
"setup": "npm install && npm run validate -s",
3436
"test": "kcd-scripts test",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name parse-form-data
2+
* @name parse-nested-form-data
33
* @license MIT license.
44
* @copyright (c) 2022 Christian Schurr
55
* @author Christian Schurr <chris@schurr.dev>

0 commit comments

Comments
 (0)