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
8abb5d77
Commit
8abb5d77
authored
Jan 27, 2019
by
0mkar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add module.d.ts
parent
fcaae8cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
README.md
remix-url-resolver/README.md
+5
-0
package.json
remix-url-resolver/package.json
+3
-2
No files found.
remix-url-resolver/README.md
View file @
8abb5d77
...
@@ -30,3 +30,8 @@ urlResolver.resolve(fileName, urlHandler)
...
@@ -30,3 +30,8 @@ urlResolver.resolve(fileName, urlHandler)
throw
e
throw
e
})
})
```
```
#### References
*
[
TypeScript Publishing
](
http://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
)
*
[
DefinitelyTyped 'Create a new package' guide
](
https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package
)
remix-url-resolver/package.json
View file @
8abb5d77
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
"name"
:
"remix-url-resolver"
,
"name"
:
"remix-url-resolver"
,
"version"
:
"0.0.2"
,
"version"
:
"0.0.2"
,
"description"
:
"Solidity import url resolver engine"
,
"description"
:
"Solidity import url resolver engine"
,
"main"
:
"./dist/index.js"
,
"main"
:
"dist"
,
"types"
:
"dist/main.d.ts"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"tsc"
,
"build"
:
"tsc
--declaration
"
,
"lint"
:
"standard"
,
"lint"
:
"standard"
,
"test"
:
"standard && mocha --require ts-node/register tests/*.ts -t 300000"
"test"
:
"standard && mocha --require ts-node/register tests/*.ts -t 300000"
},
},
...
...
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