File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ module.exports = function(grunt) {
33 pkg : grunt . file . readJSON ( 'package.json' ) ,
44 browserify : {
55 dist : {
6- src : [ 'src/<%= pkg.name %> .js' ] ,
6+ src : [ 'src/app .js' ] ,
77 dest : 'dist/<%= pkg.name %>.js' ,
88 options : {
99 standalone : '<%= pkg.name %>'
1010 }
1111 } ,
1212 dist_min : {
13- src : [ 'src/<%= pkg.name %> .js' ] ,
13+ src : [ 'src/app .js' ] ,
1414 dest : 'dist/<%= pkg.name %>.min.js' ,
1515 options : {
1616 standalone : '<%= pkg.name %>' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " regex-trigram" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " JavaScript port of portions of Google Code Search" ,
55 "author" : " Bright Fulton" ,
66 "main" : " lib/regex.js" ,
Original file line number Diff line number Diff line change 1+ Regex = require ( './regex-trigram' ) ;
You can’t perform that action at this time.
0 commit comments