Skip to content

Commit

Permalink
- Update the name.
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Jan 24, 2024
1 parent 049963d commit e68e7f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/data-mapping/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@pristine-ts/data-mapper",
"name": "@pristine-ts/data-mapping",
"version": "0.0.276",
"description": "",
"module": "dist/lib/esm/data-mapper.module.js",
"main": "dist/lib/cjs/data-mapper.module.js",
"types": "dist/types/data-mapper.module.d.ts",
"module": "dist/lib/esm/data-mapping.module.js",
"main": "dist/lib/cjs/data-mapping.module.js",
"types": "dist/types/data-mapping.module.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"prepublish": "npm run build",
Expand Down

0 comments on commit e68e7f7

Please sign in to comment.