chore(importer): publish v1.0.0 on npm

This commit is contained in:
thecodrr
2022-01-19 17:19:56 +05:00
parent 08744fd0ee
commit 41f5a4eecf
2 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
*
!dist/**/**/*
!package.json
!README.md

View File

@@ -1,8 +1,9 @@
{
"name": "@notesnook/importer",
"private": false,
"version": "1.0.0",
"private": true,
"main": "dist/index.js",
"description": "Convert notes from various note taking apps into a simple & standard format.",
"scripts": {
"test": "tap --ts --no-check-coverage --no-coverage",
"build": "tsc"
@@ -25,6 +26,10 @@
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"author": "",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/streetwriters/notesnook.git",
"directory": "packages/importer"
}
}