Skip to content

Commit d088a23

Browse files
committed
Refactor package name and remove GitHub registry configuration from package.json
1 parent 7242fa1 commit d088a23

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"name": "@r-el/json-file-crud",
2+
"name": "json-file-crud",
33
"version": "1.2.0",
44
"title": "JsonFileCRUD",
55
"description": "A simple, robust, and thread-safe CRUD library for managing JSON objects in files with unique fields, auto-ID, and advanced features",
66
"main": "./lib/json-file-crud.js",
77
"types": "./lib/json-file-crud.d.ts",
88
"type": "module",
9-
"publishConfig": {
10-
"registry": "https://npm.pkg.github.com"
11-
},
129
"scripts": {
1310
"start": "node .",
1411
"test": "node test/test-basic.js && node test/test-read.js && node test/test-create.js && node test/test-update.js && node test/test-delete.js && node test/test-advanced-create.js && node test/test-config-options.js",

0 commit comments

Comments
 (0)