Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
11d87b3c
Commit
11d87b3c
authored
Sep 30, 2021
by
Admin
Committed by
yann300
Sep 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remix-core-plugin build fixed
parent
26e35034
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
package.json
libs/remix-url-resolver/package.json
+4
-3
No files found.
libs/remix-url-resolver/package.json
View file @
11d87b3c
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
"name"
:
"@remix-project/remix-url-resolver"
,
"name"
:
"@remix-project/remix-url-resolver"
,
"version"
:
"0.0.28"
,
"version"
:
"0.0.28"
,
"description"
:
"Solidity import url resolver engine"
,
"description"
:
"Solidity import url resolver engine"
,
"main"
:
"index.js"
,
"main"
:
"
src/
index.js"
,
"types"
:
"
.
/index.d.ts"
,
"types"
:
"
src
/index.d.ts"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"test"
:
"./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
"test"
:
"./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
...
@@ -41,6 +41,6 @@
...
@@ -41,6 +41,6 @@
"tslint"
:
"^5.11.0"
,
"tslint"
:
"^5.11.0"
,
"typescript"
:
"^3.1.6"
"typescript"
:
"^3.1.6"
},
},
"typings"
:
"index.d.ts"
,
"typings"
:
"
src/
index.d.ts"
,
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
"gitHead"
:
"4705cbc4d1761f75267992552da9db6cff2f3ed5"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment