From e15e8edfc8c8df90448be5fbe8497fa1e536c495 Mon Sep 17 00:00:00 2001 From: Gil Ferreira Date: Mon, 31 Oct 2016 17:20:51 -0400 Subject: [PATCH] Update to README --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bfb1970c..556a5a25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -!["CoPilot Banner"](http://res.cloudinary.com/gatec21/image/upload/v1477940670/banner_f70yvk.jpg) - **CoPilot** is a fully responsive admin template that is forked from [AdminLTE](https://almsaeedstudio.com). The difference here is that this repo is tailored to use with vue.js. The UI is based on the [Bootstrap 3](https://github.com/twbs/bootstrap) framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. diff --git a/package.json b/package.json index 2f3fad9f..ebadaa41 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "unit": "karma start test/unit/karma.conf.js --single-run", "e2e": "node test/e2e/runner.js", "test": "npm run unit && npm run e2e", - "deploy": "pubstorm publish" + "deploy": "storm publish" }, "dependencies": { "babel-runtime": "^5.8.0",