Skip to content

Commit 4fc23dd

Browse files
committed
Updated module name
1 parent abe69fd commit 4fc23dd

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

lib/interfaces/ipfs-module-options.interface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as IPFS from 'ipfs';
21
import { Type } from '@nestjs/common';
32
import { ModuleMetadata } from '@nestjs/common/interfaces';
43

nest-cli.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
"projects": {
55
"nestjs-ipfs": {
66
"type": "library",
7-
"root": "libs/nestjs-ipfs",
7+
"root": "lib",
88
"entryFile": "index",
9-
"sourceRoot": "libs/nestjs-ipfs/src",
10-
"compilerOptions": {
11-
"tsConfigPath": "libs/nestjs-ipfs/tsconfig.lib.json"
12-
}
9+
"sourceRoot": "lib"
1310
}
1411
},
1512
"compilerOptions": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@mf/nestjs-ipfs",
2+
"name": "@mfsoftworks/nestjs-ipfs",
33
"version": "0.0.1",
44
"description": "A module for utilizing IPFS p2p filesystem with NestJS",
55
"author": "MF Softworks <arranjamesfletcher2012@gmail.com>",

test/jest-e2e.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"^.+\\.(t|j)s$": "ts-jest"
1212
},
1313
"moduleNameMapper": {
14-
"@mf/ipfs/(.*)": "<rootDir>/../lib/$1",
15-
"@mf/ipfs": "<rootDir>/../lib"
14+
"@mfsoftworks/nestjs-ipfs/(.*)": "<rootDir>/../lib/$1",
15+
"@mfsoftworks/nestjs-ipfs": "<rootDir>/../lib"
1616
}
1717
}

0 commit comments

Comments
 (0)