Skip to content

Commit

Permalink
dist v 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mesutgok committed Dec 25, 2015
1 parent 95ac437 commit 6f4ac8f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jquery": "latest"
},
"devDependencies": {
"uxrocket.factory": "1.0.0-alpha3"
"uxrocket.factory": "1.0.0-alpha2"
},
"keywords": [
"jQuery",
Expand Down
2 changes: 1 addition & 1 deletion dist/uxrocket.textlimit.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
* Textlimit and remaining chars
* @author Bilal Cinarli <bcinarli@gmail.com> (http://bcinarli.com/)
* @version 1.1.0
* @build Wed Oct 07 2015 18:42:54 GMT+0300 (EEST)
* @build Thu Dec 24 2015 10:13:02 GMT+0200 (EET)
*/
.uxr-textlimit-wrap{position:relative;display:inline-block}.uxr-textlimit-ready{width:90%}.uxr-textlimit-hide-remaining .uxr-textlimit-ready{width:100%}.uxr-textlimit-remaining{line-height:1em}.uxr-textlimit-hide-remaining .uxr-textlimit-remaining{display:none}
5 changes: 3 additions & 2 deletions dist/uxrocket.textlimit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,34 @@
"uxrocket"
],
"author": "Bilal Cinarli <bcinarli@gmail.com> (http://bcinarli.com/)",
"contributors": [],
"contributors": [
{
"name": "Mesut GÖK",
"email": "mesutgok@hotmail.com",
"url": "http://mesutgok.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/uxrocket/uxrocket.textlimit/issues"
},
"homepage": "https://github.com/uxrocket/uxrocket.textlimit",
"devDependencies": {
"chai": "^3.3.0",
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-connect": "^2.2.0",
"gulp-csslint": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"mocha": "^2.3.3",
"mocha": "^2.3.2",
"phantomjs": "^1.9.18"
}
}

0 comments on commit 6f4ac8f

Please sign in to comment.