Skip to content

Commit

Permalink
Remove compiled DB from the git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Feb 26, 2018
1 parent a6ccf87 commit aec8835
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
wordnet.dict

# Created by .ignore support plugin (hsz.mobi)
### Node template
# Logs
Expand Down Expand Up @@ -28,4 +30,4 @@ build/Release
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

.idea
.idea
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"type": "git",
"url": "https://github.com/TMiguelT/wordnet-sqlite"
},
"scripts":{
"prepare": "./setup.js"
},
"keywords": [
"wordnet",
"dictionary",
Expand All @@ -18,7 +21,7 @@
"dict",
"dictionary"
],
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"sqlite3": "^3.0.5"
}
Expand Down
1 change: 1 addition & 0 deletions setup.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
var sqlite3 = require('sqlite3').verbose();
var fs = require('fs');
var readline = require('readline');
Expand Down
Binary file removed wordnet.dict
Binary file not shown.

0 comments on commit aec8835

Please sign in to comment.