Compare commits

...

3 Commits

Author SHA1 Message Date
Alexander Rose
2bd846a94b 0.2.2 2019-06-05 11:36:50 -07:00
Alexander Rose
1b74fba2e5 no postinstall build 2019-06-05 11:36:08 -07:00
Alexander Rose
1eadac9c2e add MolArt reference to readme 2019-06-05 10:03:11 -07:00
3 changed files with 5 additions and 5 deletions

View File

@@ -9,6 +9,8 @@ The goal of **Mol\*** (*/'mol-star/*) is to provide a technology stack that will
This particular project is the implementation of this technology (still under development).
*If you are looking for the "MOLeculAR structure annoTator", that package is now available on NPM as [MolArt](https://www.npmjs.com/package/molart).*
## Project Overview
The core of Mol* currently consists of these modules (see under `src/`):
@@ -61,8 +63,7 @@ This project builds on experience from previous solutions:
DEBUG=molstar npm run watch
### Build for production:
npm run build
NODE_ENV=production npm run build-webpack
NODE_ENV=production npm run build
**Run**

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "molstar",
"version": "0.2.1",
"version": "0.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "molstar",
"version": "0.2.1",
"version": "0.2.2",
"description": "A comprehensive macromolecular library.",
"homepage": "https://github.com/molstar/molstar#readme",
"repository": {
@@ -23,7 +23,6 @@
"watch-webpack": "webpack -w --mode development --display minimal",
"model-server": "node lib/servers/model/server.js",
"model-server-watch": "nodemon --watch lib lib/servers/model/server.js",
"postinstall": "npm run build",
"preversion": "npm run test",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm run test && npm run build"