Skip to content

Commit

Permalink
change some description
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxingdeng authored Jul 28, 2016
1 parent d2f5824 commit e7baf1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "ui-driver-aliyunecs",
"version": "0.0.1",
"description": "Skeleton Rancher UI driver for custom docker-machine drivers",
"description": "Rancher UI driver for aliyunecs drivers",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rancher/ui-driver-skel.git"
"url": "git+https://github.com/orangedeng/ui-driver-aliyunecs.git"
},
"author": "Rancher Labs, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rancher/rancher/issues"
"url": "https://github.com/orangedeng/ui-driver-aliyunecs/issues"
},
"scripts": {
"start": "./node_modules/.bin/gulp server",
"clean": "./node_modules/.bin/gulp clean",
"build": "./node_modules/.bin/gulp build",
"upload": "./scripts/upload"
},
"homepage": "https://github.com/rancher/ui-driver-skel#readme",
"homepage": "https://github.com/orangedeng/ui-driver-aliyunecs#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
Expand Down

0 comments on commit e7baf1a

Please sign in to comment.