UNPKG

ajax-table

Version:

Handles a table loading with AJAX

11 lines (9 loc) 267 B
const fs = require('fs'); const path = require('path'); const pkg = require('./package.json'); pkg.name = '@zenoo/ajaxtable'; // Update package.json with the udpated name fs.writeFileSync( path.join(__dirname, './package.json'), JSON.stringify(pkg, null, 2), );