mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 19:26:13 +09:00
remove node_modules
This commit is contained in:
-4
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"name": "baz",
|
||||
"main": "quux.js"
|
||||
}
|
||||
-1
@@ -1 +0,0 @@
|
||||
module.exports = 1;
|
||||
-1
@@ -1 +0,0 @@
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
module.exports = 1;
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"main": "."
|
||||
}
|
||||
-1
@@ -1 +0,0 @@
|
||||
module.exports = 1;
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"main": "./"
|
||||
}
|
||||
-1
@@ -1 +0,0 @@
|
||||
module.exports = 1;
|
||||
-2
@@ -1,2 +0,0 @@
|
||||
// this is the actual main file 'index.js', not 'wrong.js' like the package.json would indicate
|
||||
module.exports = 1;
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"main": "wrong.js"
|
||||
}
|
||||
-1
@@ -1 +0,0 @@
|
||||
module.exports = 1;
|
||||
-1
@@ -1 +0,0 @@
|
||||
module.exports = 42;
|
||||
-1
@@ -1 +0,0 @@
|
||||
module.exports = 1;
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
var resolve = require('../../../');
|
||||
|
||||
module.exports = function (t, cb) {
|
||||
resolve('mymodule', null, cb);
|
||||
};
|
||||
Reference in New Issue
Block a user