Skip to content

Commit

Permalink
Fix Gruntfile and make 0.9.2 versions for the release so we can move …
Browse files Browse the repository at this point in the history
…on to v1.0.x
  • Loading branch information
isocra committed Dec 27, 2017
1 parent 8455870 commit 620b4f6
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 16 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = function(grunt) {
}
},
jshint: {
files: ['Gruntfile.js', 'src/**/*.js', 'test/**/*.js'],
options: {
// options here to override JSHint defaults
globals: {
Expand All @@ -37,4 +36,4 @@ module.exports = function(grunt) {

grunt.registerTask('default', ['jshint', 'copyToDist', 'uglify']);

};
};
Loading

0 comments on commit 620b4f6

Please sign in to comment.