mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
publish
This commit is contained in:
parent
eb4b0e64ea
commit
c7cc5cc1a9
@ -65,5 +65,5 @@
|
|||||||
"prettier": {
|
"prettier": {
|
||||||
"tabWidth": 4
|
"tabWidth": 4
|
||||||
},
|
},
|
||||||
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,5 @@
|
|||||||
"standard": "^8.6.0",
|
"standard": "^8.6.0",
|
||||||
"tap": "^10.5.1"
|
"tap": "^10.5.1"
|
||||||
},
|
},
|
||||||
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "Pack an HTML file and all its linked resources into a single HTML file",
|
"description": "Pack an HTML file and all its linked resources into a single HTML file",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"tsc": "tsc --project tsconfig.json",
|
"tsc": "tsc --project tsconfig.json",
|
||||||
"watch": "tsc --watch --project tsconfig.json"
|
"watch": "tsc --watch --project tsconfig.json"
|
||||||
@ -18,5 +19,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^9.0.6"
|
"@types/fs-extra": "^9.0.6"
|
||||||
}
|
},
|
||||||
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -85,5 +85,5 @@
|
|||||||
"word-wrap": "^1.2.3",
|
"word-wrap": "^1.2.3",
|
||||||
"xml2js": "^0.4.19"
|
"xml2js": "^0.4.19"
|
||||||
},
|
},
|
||||||
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -32,5 +32,6 @@
|
|||||||
"@types/node": "^14.14.6",
|
"@types/node": "^14.14.6",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
}
|
},
|
||||||
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -48,5 +48,5 @@
|
|||||||
"mermaid": "^8.12.1",
|
"mermaid": "^8.12.1",
|
||||||
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support"
|
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support"
|
||||||
},
|
},
|
||||||
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -50,5 +50,5 @@
|
|||||||
"sqlite3": "^5.0.0",
|
"sqlite3": "^5.0.0",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -41,5 +41,5 @@
|
|||||||
"build-test": "browserify test/turndown-plugin-gfm-test.js --outfile test/turndown-plugin-gfm-test.browser.js",
|
"build-test": "browserify test/turndown-plugin-gfm-test.js --outfile test/turndown-plugin-gfm-test.browser.js",
|
||||||
"prepare": "npm run build"
|
"prepare": "npm run build"
|
||||||
},
|
},
|
||||||
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -48,5 +48,5 @@
|
|||||||
"build-test": "browserify test/turndown-test.js --outfile test/turndown-test.browser.js",
|
"build-test": "browserify test/turndown-test.js --outfile test/turndown-test.browser.js",
|
||||||
"prepare": "npm run build"
|
"prepare": "npm run build"
|
||||||
},
|
},
|
||||||
"gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user