Skip to content

Commit 7bf75d2

Browse files
committed
move files to the root folder
1 parent 480a7f6 commit 7bf75d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/Store.js renamed to Store.js

File renamed without changes.

spec/Store.spec.js renamed to Store.spec.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jfs",
33
"version": "0.2.6",
4-
"main": "./lib/Store",
4+
"main": "./Store",
55
"description": "A simple JSON file store",
66
"author": "Markus Kohlhase <[email protected]>",
77
"homepage": "http://github.com/flosse/json-file-store",
@@ -35,7 +35,7 @@
3535
],
3636
"scripts": {
3737
"lint": "echo \"WARN: no linting process specified\"",
38-
"test": "npm run lint && ./node_modules/.bin/mocha --reporter spec spec/*.spec.js",
38+
"test": "npm run lint && ./node_modules/.bin/mocha --reporter spec *.spec.js",
3939
"coveralls": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
4040
}
4141
}

0 commit comments

Comments
 (0)