Skip to content

Commit b13adeb

Browse files
committed
Merge branch 'preload' into fixGraph
2 parents be432c9 + 9333051 commit b13adeb

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

package.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "Swell",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Swell",
55
"main": "main.js",
66
"repository": "https://github.com/open-source-labs/Swell",
77
"scripts": {
88
"test-jest": "jest",
9-
"test-mocha": "webpack --mode=production --config ./webpack.production.js && mocha",
9+
"test-mocha": "webpack --mode=production --config ./webpack.production.js && SET NODE_ENV=test & mocha",
1010
"build": "webpack --mode=production --config ./webpack.production.js",
1111
"dev": "webpack-dev-server --mode=development --config ./webpack.development.js",
1212
"prod": "webpack --mode production --config ./webpack.production.js && electron --noDevServer .",
@@ -107,6 +107,31 @@
107107
"name": "Amruth Uppaluri",
108108
"email": "amruth@uppaluri.org",
109109
"url": "https://github.com/amuuth"
110+
},
111+
{
112+
"name": "Hideaki Aomori",
113+
"email": "https://www.linkedin.com/in/hideaki-aomori",
114+
"url": "http://github.com/h15200"
115+
},
116+
{
117+
"name": "Matt Gin",
118+
"email": "mgin1013@gmail.com",
119+
"url": "https://github.com/ChunsonHoag"
120+
},
121+
{
122+
"name": "Nick Healy",
123+
"email": "nickrhealy@gmail.com",
124+
"url": "http://github.com/nickhealy"
125+
},
126+
{
127+
"name": "Grace Spletzer",
128+
"email": "gracespletzer05@gmail.com",
129+
"url": "https://github.com/gspletzer"
130+
},
131+
{
132+
"name": "Stephanie Wood",
133+
"email": "wood.steph@gmail.com",
134+
"url": "https://github.com/StephWood"
110135
}
111136
],
112137
"build": {

0 commit comments

Comments
 (0)