Skip to content

Commit ed38b4e

Browse files
committed
2022.9.3-1.0.0 release
1 parent b377bb4 commit ed38b4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
registry=https://registry.npmjs.org/
2+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "@rdkit/rdkit",
3-
"version": "2022.9.2-1.0.0",
3+
"version": "2022.9.3-1.0.0",
44
"description": "JavaScript distribution of cheminformatics functionality from the RDKit - a C++ library for cheminformatics.",
55
"main": "dist/RDKit_minimal.js",
66
"types": "dist/index.d.ts",
77
"homepage": "https://www.rdkitjs.com",
8-
"private": true,
98
"workspaces": [
109
"examples/react",
1110
"examples/javascript",

0 commit comments

Comments
 (0)