Skip to content

Commit

Permalink
update package.json for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
surjikal committed Oct 26, 2021
1 parent 19f3a6a commit 52e3d6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xlsx",
"name": "@42technologies/xlsx",
"version": "0.7.10",
"author": "sheetjs",
"description": "Excel 2007+ spreadsheet (XLSB/XLSX/XLSM) parser and writer",
Expand All @@ -8,6 +8,9 @@
"xlsx": "./bin/xlsx.njs"
},
"main": "./xlsx",
"publishConfig": {
"access": "public"
},
"dependencies": {
"ssf":"~0.8.1",
"codepage":"~1.3.4",
Expand All @@ -23,7 +26,7 @@
"uglify-js":"",
"jasmine-node": "x"
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
"repository": { "type":"git", "url":"git://github.com/42technologies/js-xlsx.git" },
"scripts": {
"pretest": "git submodule init && git submodule update",
"test": "make test",
Expand Down

0 comments on commit 52e3d6f

Please sign in to comment.