Skip to content

Commit

Permalink
updated dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwondercorn committed Dec 3, 2018
1 parent 0e588aa commit 809fe56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions index.dic
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Ember_Observer
Homebrew
JavaScript
QUnit
Sass
SemVer
Testem
Vim
Expand Down
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ async function load(callback) {
let result = {};
let exception = null;

// need v8 for async/await
if (process.versions.node.split('.')[0] < 8) {
throw new Error('Node version not supported. Need v8');
}

try {
result['aff'] = await readFile(path.join(__dirname, 'index.aff'));
result['dic'] = await readFile(path.join(__dirname, 'index.dic'));
Expand Down
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,5 @@
"dictionary"
],
"repository": "https://github.com/maxwondercorn/ember-dictionary",
"author": "maxwondercorn aka gmartell",
"dependencies": {
"remark-retext": "^3.1.2",
"retext-english": "^3.0.2",
"retext-spell": "^2.4.0",
"unified": "^7.0.2"
},
"devDependencies": {
"remark-cli": "^6.0.1"
},
"scripts": {
"test": "remark ."
}
"author": "maxwondercorn aka gmartell"
}

0 comments on commit 809fe56

Please sign in to comment.