Skip to content

Commit

Permalink
fix: audit fix and remove webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Jul 18, 2024
1 parent 414bc74 commit cd9c410
Show file tree
Hide file tree
Showing 18 changed files with 6,217 additions and 15,413 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/npm-release.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/test.yml

This file was deleted.

4 changes: 2 additions & 2 deletions webpack/licence.js → license.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const package = require('../package.json');
const package = require('./package.json');
var today = new Date();
var dd = today.getDate();
var mm = today.getMonth() + 1; //January is 0!
Expand All @@ -13,4 +13,4 @@ var today = dd + '/' + mm + '/' + yyyy;

exports.banner = `@license :${package.name} - V${package.version} - ${today}
https://github.com/maticnetwork/matic.js
Copyright (c) ${yyyy} @polygon; Licensed ${package.license}`;
Copyright (c) ${yyyy} @Polygon Labs; Licensed ${package.license}`;
Loading

0 comments on commit cd9c410

Please sign in to comment.