Skip to content

Commit 6d60c52

Browse files
Remove post install script from pacakge.json
1 parent 8973391 commit 6d60c52

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngFitText",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"main": [
55
"src/ng-FitText.js"
66
],

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-fittext",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "An AngularJS directive for inflating web type",
55
"homepage": "https://github.com/patrickmarabeas/ng-FitText.js",
66
"bugs": "https://github.com/patrickmarabeas/ng-FitText.js/issues",
@@ -13,8 +13,5 @@
1313
"devDependencies": {
1414
"gulp": "3.8.8",
1515
"gulp-sass": "git://github.com/dlmanning/gulp-sass.git#88a7afdc1189875d41be2d143b8fe2efd60247f5"
16-
},
17-
"scripts": {
18-
"postinstall": "gulp"
1916
}
2017
}

src/ng-FitText.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* ng-FitText.js v3.3.2
1+
/* ng-FitText.js v3.3.3
22
* https://github.com/patrickmarabeas/ng-FitText.js
33
*
44
* Original jQuery project: https://github.com/davatron5000/FitText.js
@@ -7,7 +7,7 @@
77
* Released under the MIT license
88
* http://opensource.org/licenses/mit-license.php
99
*
10-
* Date: 12/04/2015
10+
* Date: 06/05/2015
1111
*/
1212

1313
(function(window, document, angular, undefined) {

0 commit comments

Comments
 (0)