We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e8203 commit da28fbaCopy full SHA for da28fba
.gitignore
@@ -0,0 +1,13 @@
1
+# Ignore patterns for jQuery Succinct plugin
2
+
3
+.DS_Store
4
+.AppleDouble
5
+.LSOverride
6
+Icon
7
+._*
8
+.Spotlight-V100
9
+.Trashes
10
11
+# Project Specific
12
+script.js
13
+style.css
bower.json
@@ -0,0 +1,6 @@
+{
+ "name": "succinct",
+ "version": "1.0.0",
+ "homepage": "https://github.com/micjamking/succinct",
+ "description": "A tiny jQuery plugin for truncating multiple lines of text"
+}
0 commit comments