Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
400
Merge Requests
64
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
666f2b75b376ce81b7153427ce8c3b61a68e93bf...e293cdcd5657a01dd4afbb1e1bc40946eef72f33
Source
e293cdcd5657a01dd4afbb1e1bc40946eef72f33
...
Target
666f2b75b376ce81b7153427ce8c3b61a68e93bf
Compare
Commits (2)
Remove duplicate bnjs
· 8abaffef
Marcelo Rivera
authored
25 minutes ago
8abaffef
Merge branch 'chore/remove-duplicate-bnjs' into 'master'
· e293cdcd
Xander Miller
authored
25 minutes ago
Remove duplicate bnjs Closes
#2460
See merge request
!754
e293cdcd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
33 deletions
+34
-33
package-lock.json
View file @
e293cdcd
This diff is collapsed.
Click to expand it.
tsconfig.json
View file @
e293cdcd
...
...
@@ -19,6 +19,7 @@
"baseUrl"
:
"./"
,
"paths"
:
{
"fs"
:
[
"./shims/noop"
],
"bn.js"
:
[
"../node_modules/bn.js/lib/bn.js"
]
}
}
}
\ No newline at end of file
}
This diff is collapsed.