Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinker committed Jun 1, 2015
1 parent 818bc47 commit f358d80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-contrib-jasmine'
grunt.loadNpmTasks 'grunt-umd'

grunt.registerTask 'default', ['sass', 'coffee', 'umd', 'jasmine:test:build', 'watch']
grunt.registerTask 'default', ['sass', 'coffee', 'umd', 'jasmine', 'watch']
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "simple-select",
"version": "2.0.8",
"description": "a simple select plugin based on Simple Module",
"main": "lib/select.js",
"repository": {
"type": "git",
"url": "[email protected]:mycolorway/simple-select.git"
Expand Down
43 changes: 0 additions & 43 deletions spec/index.html

This file was deleted.

0 comments on commit f358d80

Please sign in to comment.