goldstars-services 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "goldstars-services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "This is the services layer for GoldStars",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"start": "npm run build && node ./dist/index.js",
|
|
8
|
+
"startFull": "npm install && npm run build && npm publish",
|
|
8
9
|
"build": "babel src -d dist",
|
|
9
10
|
"dev": "nodemon --exec babel-node ./src/index.js",
|
|
10
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|