Skip to content

Commit

Permalink
remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed Jan 10, 2020
1 parent 3d4bbf6 commit 3f9ee85
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 23 deletions.
4 changes: 0 additions & 4 deletions config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ module.exports = {
config.moduleNameMapper = {
'^react-native$': 'react-native-web',
localforage: '<rootDir>/mocks/localforageMock.js',
'../dictionaries/dictionary.json': '<rootDir>/mocks/dictionary.json',
'../dictionaries/exact-match.json': '<rootDir>/mocks/exact-match.json',
'../dictionaries/greek-match.json': '<rootDir>/mocks/greek-match.json',
'../dictionaries/latin-match.json': '<rootDir>/mocks/latin-match.json',
'\\.(css|less)$': 'identity-obj-proxy',
};

Expand Down
3 changes: 0 additions & 3 deletions mocks/dictionary.json

This file was deleted.

3 changes: 0 additions & 3 deletions mocks/exact-match.json

This file was deleted.

4 changes: 0 additions & 4 deletions mocks/greek-match.json

This file was deleted.

3 changes: 0 additions & 3 deletions mocks/latin-match.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greek-conjugator-js",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"homepage": "https://perseids-project.github.io/greek-conjugator-js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/AsyncLookup/AsyncLookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import localForage from 'localforage';
import Loading from '../Loading';
import Lookup from '../Lookup';

const DICTIONARY_VERSION = 'woodhouse-0.0.1';
const DICTIONARY_VERSION = 'conjugator-0.0.1';

const cacheDictionary = (loaded) => {
const dictionary = loaded.default;
Expand Down
1 change: 0 additions & 1 deletion src/dictionaries/dictionary.json

This file was deleted.

1 change: 0 additions & 1 deletion src/dictionaries/exact-match.json

This file was deleted.

1 change: 0 additions & 1 deletion src/dictionaries/greek-match.json

This file was deleted.

1 change: 0 additions & 1 deletion src/dictionaries/latin-match.json

This file was deleted.

0 comments on commit 3f9ee85

Please sign in to comment.