Skip to content

Commit

Permalink
use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarine authored and tomlutzenberger committed Apr 10, 2017
1 parent 9c05b55 commit 57142a3
Show file tree
Hide file tree
Showing 3 changed files with 1,701 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ Click here for more information and screenshots

## How do I install it?

To build the plugin you will need https://gruntjs.com/ and https://nodejs.org on your machine.
To build the plugin you will need https://gruntjs.com/ and https://yarnpkg.com your machine.

**Caution!**

If you are using Windows, you might have to do the following steps before.
*Need to be executed with Administrator permission*

`$ npm install --global --production windows-build-tools`
`$ yarn global install --production windows-build-tools`

`$ npm install --global node-gyp`
`$ yarn global install node-gyp`

For details, see the full answer at [StackOverflow](http://stackoverflow.com/questions/21365714/nodejs-error-installing-with-npm)

Install dependencies

`$ npm install`
`$ yarn install`

Build with grunt

Expand Down
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,10 @@
"version": "0.9.5",
"description": "Get bias-proofed! Use rbutr to Follow inter-website disagreements and keep yourself more fully informed.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomlutzenberger/rbutr-browser-extension.git"
},
"repository": "github:tomlutzenberger/rbutr-browser-extension.git",
"author": "rbutr Community",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomlutzenberger/rbutr-browser-extension/issues"
},
"homepage": "http://rbutr.com",
"devDependencies": {
"dependencies": {
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
Expand Down
Loading

0 comments on commit 57142a3

Please sign in to comment.