Skip to content

Commit

Permalink
restructured
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexgabi committed Apr 7, 2020
1 parent 3ce1fe8 commit 5eba65d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1,014 deletions.
File renamed without changes.
9 changes: 0 additions & 9 deletions package.json

This file was deleted.

4 changes: 2 additions & 2 deletions .nycrc → project/.nycrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": [
"src/**",
"node_modules/work/**"
"src/**/**",
"node_modules/lib/**/**"
],
"excludeNodeModules": false,
"report-dir": "coverage",
Expand Down
1 change: 1 addition & 0 deletions project/node_modules/lib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions project/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"scripts": {
"nyc": "npx nyc node ./src/test.js"
}
}
2 changes: 1 addition & 1 deletion src/test.js → project/src/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const work = require('work');
const work = require('lib');

function run() {
console.log('running')
Expand Down
1 change: 0 additions & 1 deletion src/node_modules/work

This file was deleted.

1,001 changes: 0 additions & 1,001 deletions yarn.lock

This file was deleted.

0 comments on commit 5eba65d

Please sign in to comment.