Skip to content

Commit

Permalink
chore: package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Aug 19, 2024
1 parent 31b7987 commit ecdaf67
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 1,818 deletions.
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"commitlint": "19.3.0",
"eslint": "8.20.0",
"husky": "7.0.4",
"rimraf": "3.0.2",
"rimraf": "6.0.1",
"turbo": "1.4.5",
"typedoc": "0.25.13",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/near-api-js/browser-exports.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.nearApi = require('./lib/browser-index');
window.nearApi = require('./lib/commonjs/browser-index.cjs');
15 changes: 0 additions & 15 deletions packages/near-api-js/dangerfile.ts

This file was deleted.

9 changes: 3 additions & 6 deletions packages/near-api-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@
"devDependencies": {
"@types/http-errors": "1.6.1",
"@types/node": "20.0.0",
"browserify": "16.2.3",
"bs58": "4.0.0",
"buffer": "6.0.3",
"build": "workspace:*",
"bundlewatch": "0.3.1",
"concurrently": "7.3.0",
"danger": "11.1.1",
"danger-plugin-yarn": "1.3.2",
"esbuild": "^0.21.5",
"esbuild": "0.23.0",
"in-publish": "2.0.0",
"jest": "29.7.0",
"localstorage-memory": "1.0.3",
Expand All @@ -50,7 +47,7 @@
"semver": "7.1.1",
"ts-jest": "29.1.5",
"tsconfig": "workspace:*",
"uglifyify": "5.0.1"
"util": "^0.12.5"
},
"keywords": [],
"license": "(MIT AND Apache-2.0)",
Expand Down Expand Up @@ -78,7 +75,7 @@
"files": [
{
"path": "dist/near-api-js.min.js",
"maxSize": "250kB"
"maxSize": "150kB"
}
]
},
Expand Down
Loading

0 comments on commit ecdaf67

Please sign in to comment.