Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanh Nguyen committed Oct 11, 2017
1 parent 8c4bec8 commit 1c6b39e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
query_parser.js
query_parser.js
*.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib"
],
"scripts": {
"build": "cat lucene.grammar | node_modules/pegjs/bin/pegjs > ./lib/query_parser.js",
"build": "cat lib/lucene.grammar | node_modules/pegjs/bin/pegjs > lib/query_parser.js",
"test": "mocha"
},
"repository": {
Expand Down

0 comments on commit 1c6b39e

Please sign in to comment.