Skip to content

Commit

Permalink
Remove post install script from pacakge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmarabeas committed May 6, 2015
1 parent 8973391 commit 6d60c52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngFitText",
"version": "3.3.2",
"version": "3.3.3",
"main": [
"src/ng-FitText.js"
],
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-fittext",
"version": "3.3.2",
"version": "3.3.3",
"description": "An AngularJS directive for inflating web type",
"homepage": "https://github.com/patrickmarabeas/ng-FitText.js",
"bugs": "https://github.com/patrickmarabeas/ng-FitText.js/issues",
Expand All @@ -13,8 +13,5 @@
"devDependencies": {
"gulp": "3.8.8",
"gulp-sass": "git://github.com/dlmanning/gulp-sass.git#88a7afdc1189875d41be2d143b8fe2efd60247f5"
},
"scripts": {
"postinstall": "gulp"
}
}
4 changes: 2 additions & 2 deletions src/ng-FitText.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ng-FitText.js v3.3.2
/* ng-FitText.js v3.3.3
* https://github.com/patrickmarabeas/ng-FitText.js
*
* Original jQuery project: https://github.com/davatron5000/FitText.js
Expand All @@ -7,7 +7,7 @@
* Released under the MIT license
* http://opensource.org/licenses/mit-license.php
*
* Date: 12/04/2015
* Date: 06/05/2015
*/

(function(window, document, angular, undefined) {
Expand Down

0 comments on commit 6d60c52

Please sign in to comment.