We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8739333 + a7a7556 commit b05e5e8Copy full SHA for b05e5e8
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - "node"
4
before_install:
5
- npm install -g grunt-cli bower
6
- bower install
bower.json
@@ -1,6 +1,5 @@
{
"name": "angular-bootstrap-multiselect",
- "version": "1.1.3",
"main": "dist/angular-bootstrap-multiselect.min.js",
"ignore": [
"src",
@@ -16,4 +15,4 @@
16
15
"devDependencies": {
17
"angular-mocks": ">=1.3.0"
18
}
19
-}
+}
package.json
+ "version": "1.1.5",
"grunt": "~0.4.5",
"grunt-bootlint": "~0.5.3",
0 commit comments