From 40f513ddd249b5a42b001849c35a10ae83c2bce2 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 26 Aug 2018 16:45:45 +0800 Subject: [PATCH] remove bower --- .circleci/config.yml | 1 - .editorconfig | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2fa170d..704f559 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,6 @@ jobs: steps: - checkout - run: npm install - - run: sudo npm install -g bower - run: sudo npm install -g gulp - run: gulp clean build - save_cache: diff --git a/.editorconfig b/.editorconfig index 951742a..4f6a83c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,6 +20,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false -[{package,bower}.json] +[package.json] indent_style = space indent_size = 2 diff --git a/README.md b/README.md index 13f8989..6dc1876 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Latest Release: [https://github.com/mayswind/AriaNg/releases](https://github.com Latest Daily Build: [https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip](https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip) #### Building from source -Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/), [Gulp](https://gulpjs.com/) and [Bower](https://bower.io/) installed. Then download the source code, and follow these steps. +Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/) and [Gulp](https://gulpjs.com/) installed. Then download the source code, and follow these steps. $ npm install $ gulp clean build