Skip to content

Commit 902fa69

Browse files
SimeonCSimeonC
SimeonC
authored and
SimeonC
committed
fix(npm): Fix installation issues with npm
Fixes #522
1 parent 9250bf5 commit 902fa69

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ See Issue [#240](https://github.com/fraywing/textAngular/issues/240) for specifi
113113

114114
## Developer Notes
115115

116-
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.
116+
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.
117117
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.
118118
When you are ready to create A PR check that `grunt` passes without errors and you have created tests for your feature if necessary.
119119

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "textangular",
3-
"filename": "textAngular.min.js",
43
"version": "1.3.3",
54
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
65
"maintainers": [
@@ -50,8 +49,7 @@
5049
"phantomjs": "^1.9.8"
5150
},
5251
"scripts": {
53-
"test": "grunt travis-test --verbose",
54-
"postinstall": "node ./node_modules/bower/bin/bower install --allow-root"
52+
"test": "grunt travis-test --verbose"
5553
},
5654
"repository": {
5755
"type": "git",

0 commit comments

Comments
 (0)