Skip to content

Commit

Permalink
update js-packages naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetran committed Jan 5, 2023
1 parent db86d63 commit f2bdb76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions js-packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"url" : "git+https://github.com/fluree/flureejs.git"
},
"license" : "SEE LICENSE IN LICENSE",
"name" : "@fluree/flureedb",
"name" : "@fluree/fluree-browser-sdk",
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
},
"keywords" : [ "fluree", "javascript", "database", "ledger" ],
"author" : "Fluree PBC (https://flur.ee)",
"version" : null,
"main" : "flureedb.js"
}
"main" : "fluree-browser-sdk.js"
}
6 changes: 3 additions & 3 deletions js-packages/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"description" : "Node.js Library facilitating access to a Fluree instance",
"license" : "SEE LICENSE IN LICENSE",
"homepage" : "https://docs.flur.ee/tools/1.0.0/nodejs/overview",
"name" : "@fluree/flureenjs",
"name" : "@fluree/fluree-node-sdk",
"preferGlobal" : false,
"keywords" : [ "fluree", "nodejs" ],
"author" : "Fluree PBC (https://flur.ee)",
"requires" : true,
"version" : null,
"main" : "flureenjs.js",
"main" : "fluree-node-sdk.js",
"dependencies" : {
"source-map-support" : "^0.5.21",
"axios" : "^0.27.2",
Expand All @@ -22,4 +22,4 @@
"utf-8-validate" : "^5.0.10",
"@cljs-oss/module-deps" : "^1.1.1"
}
}
}
8 changes: 4 additions & 4 deletions js-packages/webworker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"url" : "git+https://github.com/fluree/flureejs.git"
},
"license" : "SEE LICENSE IN LICENSE",
"name" : "@fluree/flureeworker",
"name" : "@fluree/fluree-webworker",
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
},
"keywords" : [ "fluree", "flureeworker", "react", "javascript", "service worker" ],
"keywords" : [ "fluree", "fluree-webworker", "react", "javascript", "service worker" ],
"author" : "Fluree PBC (https://flur.ee)",
"version" : null,
"main" : "flureeworker.js"
}
"main" : "fluree-webworker.js"
}

0 comments on commit f2bdb76

Please sign in to comment.