Skip to content

Commit

Permalink
chore: update package namespace in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Dec 25, 2023
1 parent 94e52f4 commit 814b974
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@exabyte-io/esse.js",
"name": "@mat3ra/esse",
"version": "0.0.0",
"description": "Exabyte Source of Schemas and Examples",
"description": "Mat3ra's Excellent Source of Schemas and Examples (ESSE) for Digital Materials R&D",
"scripts": {
"prepublishOnly": "rm -rf lib; npm run transpile",
"transpile": "mkdir -p lib; babel src/js --out-dir lib/js; node build_schemas.js",
Expand All @@ -18,15 +18,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Exabyte-io/exabyte-esse.git"
"url": "https://github.com/Exabyte-io/esse.git"
},
"main": "lib/js/esse/index.js",
"author": "Exabyte Inc.",
"email": "info@exabyte.io",
"author": "Mat3ra.com",
"email": "info@mat3ra.com",
"bugs": {
"url": "https://github.com/Exabyte-io/exabyte-esse/issues"
},
"homepage": "https://github.com/Exabyte-io/exabyte-esse",
"homepage": "https://github.com/Exabyte-io/esse",
"devDependencies": {
"@exabyte-io/eslint-config": "^2022.11.17-0",
"chai": "4.3.4",
Expand Down

0 comments on commit 814b974

Please sign in to comment.