Skip to content

Commit

Permalink
add missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
jarena3 committed Apr 28, 2019
1 parent beacbd3 commit 54ebc5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const data = {
manufacturers: require('./lib/manufacturers.json'),
mods: require('./lib/mods.json'),
pilot_gear: require('./lib/pilot_gear.json'),
rules: require('./lib/rules.json'),
skills: require('./lib/skills.json'),
quirks: require('./lib/quirks.json'),
statuses: require('./lib/statuses.json'),
systems: require('./lib/systems.json'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lancer-data",
"version": "1.8.5",
"version": "1.8.51",
"description": "Data for the LANCER TTRPG",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 54ebc5d

Please sign in to comment.