Skip to content

Commit 5f06589

Browse files
authored
Version 0.2.2.
2 parents 461d584 + 7469fea commit 5f06589

File tree

2 files changed

+84
-77
lines changed

2 files changed

+84
-77
lines changed

package-lock.json

Lines changed: 73 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abi-software/simulationvuer",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": false,
55
"scripts": {
66
"serve": "vue-cli-service serve --mode static",
@@ -43,7 +43,16 @@
4343
"not dead"
4444
],
4545
"description": "SimulationVuer is a [Vue](https://vuejs.org/) component to configure and run a [CellML](https://cellml.org/)-based model of some biological process, and to visualise the results of that simulation.",
46-
"main": "src/main.js",
46+
"main": "./dist/simulationvuer.common.js",
47+
"files": [
48+
"data/*",
49+
"dist/*",
50+
"public/*",
51+
"scripts/*",
52+
"src/*",
53+
"*.json",
54+
"*.js"
55+
],
4756
"repository": {
4857
"type": "git",
4958
"url": "git+https://github.com/ABI-Software/simulationvuer.git"

0 commit comments

Comments
 (0)