From 902fa692eed54211099af3e4e4a70eb060d46fe1 Mon Sep 17 00:00:00 2001 From: SimeonC Date: Mon, 2 Feb 2015 10:34:24 +1300 Subject: [PATCH] fix(npm): Fix installation issues with npm Fixes #522 --- README.md | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b33c297..1e096d0a 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ See Issue [#240](https://github.com/fraywing/textAngular/issues/240) for specifi ## Developer Notes -When checking out, you need a node.js installation, running `npm install` will get you setup with everything to run the unit tests and minification. +When checking out, you need a node.js installation, running `npm install` and then `bower install` will get you setup with everything to run the unit tests and minification. All changes should be done in the lib folder, running `grunt compile` to compile the app or use `grunt watch` to compile the files as you save them. When you are ready to create A PR check that `grunt` passes without errors and you have created tests for your feature if necessary. diff --git a/package.json b/package.json index 8bde3e4d..54885878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "textangular", - "filename": "textAngular.min.js", "version": "1.3.3", "description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js", "maintainers": [ @@ -50,8 +49,7 @@ "phantomjs": "^1.9.8" }, "scripts": { - "test": "grunt travis-test --verbose", - "postinstall": "node ./node_modules/bower/bin/bower install --allow-root" + "test": "grunt travis-test --verbose" }, "repository": { "type": "git",