Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssysm committed Apr 15, 2018
1 parent 4342c6d commit 44a0b4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starrysea-client",
"version": "1.0.8",
"version": "1.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
9 changes: 3 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "docbox",
"version": "1.0.9",
"description": "an api documentation website",
"name": "API Docs",
"version": "1.1.1",
"description": "Starrysea International API Docs",
"main": "index.js",
"scripts": {
"start": "budo src/index.js --serve=bundle.js --live",
"changelog": "standard-changelog -w CHANGELOG.md",
"test": "npm run test-unit && eslint src",
"test-unit": "mocha --compilers js:babel-register test",
"prerender": "babel src --out-dir lib && node lib/render.js",
"build": "browserify src/index.js | uglifyjs -c -m > bundle.js",
"release": "standard-version && git push --follow-tags origin master; npm publish"
},
"browserify": {
"transform": [
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starrysea",
"version": "1.0.8",
"version": "1.1.1",
"description": "新一代星之海官网",
"scripts": {
"test": "echo \"Welcome to Starrysea-NextGen Project!\" && exit 0",
Expand All @@ -21,7 +21,6 @@
"starrysea"
],
"author": "starrysea",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ssysm/starrysea-nextgen/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.0.5",
"version": "1.1.1",
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
Expand Down

0 comments on commit 44a0b4d

Please sign in to comment.