Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Migrate files to TS, ignoring some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Jul 29, 2019
1 parent 99a9b85 commit 3061de7
Show file tree
Hide file tree
Showing 28 changed files with 393 additions and 331 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tsc": "ethereumjs-config-tsc",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:node": "babel-tape-runner ./test/*.js"
"test:node": "npm run build && tape ./test/*.js"
},
"husky": {
"hooks": {
Expand All @@ -50,11 +50,11 @@
"license": "MPL-2.0",
"dependencies": {
"async": "^2.6.1",
"ethereumjs-util": "^5.2.0",
"ethereumjs-util": "^6.1.0",
"level-mem": "^3.0.1",
"level-ws": "^1.0.0",
"readable-stream": "^3.0.6",
"rlp": "^2.0.0",
"rlp": "^2.2.3",
"semaphore": ">=1.0.1"
},
"devDependencies": {
Expand All @@ -66,6 +66,7 @@
"@ethereumjs/config-prettier": "^1.1.1",
"@ethereumjs/config-tsc": "^1.1.1",
"@ethereumjs/config-tslint": "^1.1.1",
"@types/bn.js": "^4.11.5",
"babel-tape-runner": "^3.0.0",
"babelify": "^10.0.0",
"browserify": "^13.0.0",
Expand Down
Loading

0 comments on commit 3061de7

Please sign in to comment.