mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
chore(importer): publish v1.0.0 on npm
This commit is contained in:
5
packages/importer/.npmignore
Normal file
5
packages/importer/.npmignore
Normal file
@@ -0,0 +1,5 @@
|
||||
*
|
||||
|
||||
!dist/**/**/*
|
||||
!package.json
|
||||
!README.md
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user