Skip to content

Commit 8af8c80

Browse files
committed
fix Cannot find module 'regex-trigram' — #2
1 parent 02718d0 commit 8af8c80

File tree

5 files changed

+644
-4
lines changed

5 files changed

+644
-4
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
2929
options: { trackLineAndColumn: true },
3030
regex : {
3131
src: "src/regex.peg",
32-
dest: "build/regex-peg.js"
32+
dest: "regex-peg.js"
3333
}
3434
}
3535
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.8",
44
"description": "JavaScript port of portions of Google Code Search",
55
"author": "Bright Fulton",
6-
"main": "lib/regex.js",
6+
"main": "src/regex-trigram.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/bfulton/regex-trigram-js"

0 commit comments

Comments
 (0)