From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/crypto-js/CONTRIBUTING.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 www/lib/crypto-js/CONTRIBUTING.md (limited to 'www/lib/crypto-js/CONTRIBUTING.md') diff --git a/www/lib/crypto-js/CONTRIBUTING.md b/www/lib/crypto-js/CONTRIBUTING.md deleted file mode 100644 index 09bf774a..00000000 --- a/www/lib/crypto-js/CONTRIBUTING.md +++ /dev/null @@ -1,28 +0,0 @@ -# Contribution - -# Git Flow - -The crypto-js project uses [git flow](https://github.com/nvie/gitflow) to manage branches. -Do your changes on the `develop` or even better on a `feature/*` branch. Don't do any changes on the `master` branch. - -# Pull request - -Target your pull request on `develop` branch. Other pull request won't be accepted. - -# How to build - -1. Clone - -2. Run - - ```sh - npm install - ``` - -3. Run - - ```sh - npm run build - ``` - -4. Check `build` folder \ No newline at end of file -- cgit v1.2.3