Skip to content

Commit 6c1815e

Browse files
committed
NPM
1 parent f9597bd commit 6c1815e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "jexcel",
2+
"name": "jspreadsheet-ce",
33
"title": "The Javascript Spreadsheet",
4-
"description": "jExcel is a lightweight, vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel, Google Spreadsheets and any other spreadsheet software.",
4+
"description": "Jspreadsheet is a lightweight, vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel, Google Spreadsheets and any other spreadsheet software.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/jspreadsheet/jexcel.git"
7+
"url": "https://github.com/jspreadsheet/ce.git"
88
},
99
"author": {
10-
"name": "Contact <contact@jexcel.net>"
10+
"name": "Contact <contact@spreadsheet.com>"
1111
},
1212
"keywords": [
1313
"spreadsheet",
@@ -21,11 +21,11 @@
2121
"data-spreadsheet"
2222
],
2323
"dependencies": {
24-
"jsuites": "^3.4.0"
24+
"jsuites": "^4.0.0"
2525
},
2626
"main": "dist/jexcel.js",
27-
"version": "4.5.2",
28-
"bugs": "https://github.com/jspreadsheet/jexcel/issues",
29-
"homepage": "https://github.com/jspreadsheet/jexcel",
30-
"download": "https://github.com/jspreadsheet/jexcel/archive/master.zip"
27+
"version": "4.6.0",
28+
"bugs": "https://github.com/jspreadsheet/ce/issues",
29+
"homepage": "https://github.com/jspreadsheet/ce",
30+
"download": "https://github.com/jspreadsheet/ce/archive/master.zip"
3131
}

0 commit comments

Comments
 (0)