Skip to content

Commit d0c624a

Browse files
committed
rename molrender to molrender3d
1 parent 2c6f109 commit d0c624a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "molrender",
2+
"name": "molrender3d",
33
"version": "0.4.1",
4-
"description": "Create macromolecular images.",
5-
"homepage": "https://github.com/molstar/molrender#readme",
4+
"description": "Create macromolecular images and 3D models.",
5+
"homepage": "https://github.com/sukolsak/molrender3d#readme",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/molstar/molrender.git"
8+
"url": "https://github.com/sukolsak/molrender3d.git"
99
},
1010
"bugs": {
11-
"url": "https://github.com/molstar/molrender/issues"
11+
"url": "https://github.com/sukolsak/molrender3d/issues"
1212
},
1313
"scripts": {
1414
"test": "npm run lint",
@@ -24,10 +24,10 @@
2424
"postversion": "git push && git push --tags"
2525
},
2626
"bin": {
27-
"molrender": "build/bin/molrender.js"
27+
"molrender3d": "build/bin/molrender3d.js"
2828
},
2929
"files": [
30-
"build/bin/molrender.js"
30+
"build/bin/molrender3d.js"
3131
],
3232
"author": "Mol* Contributors",
3333
"license": "MIT",

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ module.exports = [
2929
],
3030
},
3131
entry: path.resolve(__dirname, `build/src/index.js`),
32-
output: { filename: `molrender.js`, path: path.resolve(__dirname, `build/bin`) },
32+
output: { filename: `molrender3d.js`, path: path.resolve(__dirname, `build/bin`) },
3333
}
3434
]

0 commit comments

Comments
 (0)