ssf repo reorg

This commit is contained in:
SheetJS 2022-03-09 06:28:19 -05:00
parent e71eeda4d2
commit d97fce4424
89 changed files with 10 additions and 8 deletions

View File

@ -1,27 +1,28 @@
{
"name": "ssf-cli",
"version": "1.1.0",
"author": "Garrett Luu",
"author": "sheetjs",
"description": "Command-line interface for ssf",
"keywords": [
"format",
"sprintf",
"spreadsheet"
],
"main": "./index.js",
"main": "index.js",
"bin": {
"ssf-cli": "./bin/ssf.njs"
"ssf-cli": "bin/ssf.njs"
},
"dependencies": {
"ssf": "^0.11.2"
},
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/ssf.git"
"url": "git://github.com/SheetJS/sheetjs.git",
"directory": "packages/ssf-cli"
},
"homepage": "http://sheetjs.com/",
"bugs": {
"url": "https://github.com/SheetJS/ssf/issues"
"url": "https://github.com/SheetJS/sheetjs/issues"
},
"license": "Apache-2.0",
"engines": {

View File

@ -8,7 +8,7 @@
"sprintf",
"spreadsheet"
],
"main": "./ssf",
"main": "ssf.js",
"types": "types",
"dependencies": {
"frac":"~1.1.2"
@ -23,7 +23,8 @@
},
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/ssf.git"
"url": "git://github.com/SheetJS/sheetjs.git",
"directory": "packages/ssf"
},
"scripts": {
"test": "make test",
@ -48,7 +49,7 @@
},
"homepage": "http://sheetjs.com/",
"bugs": {
"url": "https://github.com/SheetJS/ssf/issues"
"url": "https://github.com/SheetJS/sheetjs/issues"
},
"license": "Apache-2.0",
"engines": {

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

Can't render this file because it contains an unexpected character in line 6 and column 3.