Skip to content

Commit

Permalink
minor update exports quotes.json to ensure its available to Node.js/J…
Browse files Browse the repository at this point in the history
…avaScript and Elixir projects fixes #19
  • Loading branch information
nelsonic committed Mar 25, 2020
1 parent 19bac41 commit 6e7e362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,15 +1,15 @@
{
"name": "quotesy",
"version": "1.0.2",
"version": "1.0.3",
"description": "A collection of inspiring quotes to fuel your progress!",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"quotes.json"
],
"quotes.json"
],
"scripts": {
"test": "nyc tape ./test/*.test.js | tap-nyc",
"jsonlint": "node node_modules/.bin/jsonlint quotes.json"
Expand Down

0 comments on commit 6e7e362

Please sign in to comment.