Skip to content

Commit 8973391

Browse files
unCamelCase package name for NPM publish
1 parent dce4e84 commit 8973391

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.npmignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
demo
2+
lib
3+
node_modules
4+
test
5+
.bowerrc
6+
bower.json
7+
gulpfile.js
8+
index.html

bower.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ngFitText",
3-
"version": "3.3.1",
2+
"name": "ng-fittext",
3+
"version": "3.3.2",
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",

src/ng-FitText.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* ng-FitText.js v3.3.1
1+
/* ng-FitText.js v3.3.2
22
* https://github.com/patrickmarabeas/ng-FitText.js
33
*
44
* Original jQuery project: https://github.com/davatron5000/FitText.js

0 commit comments

Comments
 (0)