Skip to content

Commit aa32ce3

Browse files
committed
updated bootlint to v0.10.0
1 parent 3e1ae92 commit aa32ce3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ gulp.task('bootlint', function() {
5555

5656
## Release History
5757

58+
* 2015-01-07 - v0.2.3: Updated Bootlint to v0.10.0
5859
* 2015-01-07 - v0.2.2: Updated dependencies
5960
* 2015-01-01 - v0.2.1: Code cleanup
60-
* 2015-01-01 - v0.2.0: Updated bootlint to v0.9.1
61-
* 2015-01-01 - v0.1.1: Fail on linting error.
62-
* 2014-11-23 - v0.1.0: First public release.
61+
* 2015-01-01 - v0.2.0: Updated Bootlint to v0.9.1
62+
* 2015-01-01 - v0.1.1: Fail on linting errors
63+
* 2014-11-23 - v0.1.0: First public release
6364

6465
## License
6566

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"dependencies": {
3838
"gulp-util": "^3.0.2",
39-
"bootlint": "^0.9.1",
39+
"bootlint": "^0.10.0",
4040
"through2": "^0.6.3",
4141
"chalk": "^0.5.1"
4242
},

0 commit comments

Comments
 (0)