Skip to content

Commit

Permalink
fix(npm): Fix installation issues with npm
Browse files Browse the repository at this point in the history
Fixes #522
  • Loading branch information
SimeonC authored and SimeonC committed Feb 1, 2015
1 parent 9250bf5 commit 902fa69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down
4 changes: 1 addition & 3 deletions 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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 902fa69

Please sign in to comment.