angular-elastic-input
Advanced tools
Comparing version
{ | ||
"name": "angular-elastic-input", | ||
"description": "A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"homepage": "https://github.com/jacek-pulit/angular-elastic-input", | ||
@@ -16,3 +16,2 @@ "keywords": ["elastic input", "autosize input", "autogrow input"], | ||
}, | ||
"main": "dist/angular-elastic-input.min.js", | ||
@@ -19,0 +18,0 @@ "ignore": [ |
/** | ||
* angular-elastic-input | ||
* A directive for AngularJS which automatically resizes the width of input field according to the content, while typing. | ||
* @version: 2.2.0 | ||
* @version: 2.2.1 | ||
* @author: Jacek Pulit <jacek.pulit@gmail.com> | ||
* @license: MIT License | ||
* @build: Wednesday, September 9th, 2015, 10:55:43 PM GMT+0200 | ||
* @license: MIT | ||
* @build: Monday, June 6th, 2016, 7:30:11 AM GMT+0200 | ||
*/ | ||
@@ -9,0 +9,0 @@ (function(){ |
@@ -22,2 +22,3 @@ // Karma configuration | ||
'bower_components/angular-mocks/angular-mocks.js', | ||
'node_modules/phantomjs-polyfill/bind-polyfill.js', | ||
'src/**/*.js', | ||
@@ -24,0 +25,0 @@ 'test/**/*Spec.js' |
{ | ||
"name": "angular-elastic-input", | ||
"description": "A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"homepage": "https://github.com/jacek-pulit/angular-elastic-input", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
], | ||
"license": "MIT License", | ||
"license": "MIT", | ||
"author": { | ||
@@ -21,2 +21,3 @@ "name": "Jacek Pulit", | ||
}, | ||
"main": "dist/angular-elastic-input.js", | ||
"engines": { | ||
@@ -46,4 +47,5 @@ "node": ">=0.10.0" | ||
"phantomjs": "^1.9.18", | ||
"phantomjs-polyfill": "0.0.2", | ||
"time-grunt": "~0.4.0" | ||
} | ||
} |
24160
0.48%472
0.21%18
5.88%