mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
chore: publish on github packages
This commit is contained in:
5
packages/core/.npmignore
Normal file
5
packages/core/.npmignore
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
*
|
||||||
|
!{api,collections,contenttypes,database,models,utils}/**/*
|
||||||
|
!common.js
|
||||||
|
!migrations.js
|
||||||
|
!types.js
|
||||||
1
packages/core/.npmrc
Normal file
1
packages/core/.npmrc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@streetwriters:registry=https://npm.pkg.github.com
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import http from "notes-core/utils/http";
|
import http from "./http";
|
||||||
|
|
||||||
const BASE_URL = `https://notesnook.com/api/v1/prices`;
|
const BASE_URL = `https://notesnook.com/api/v1/prices`;
|
||||||
class Pricing {
|
class Pricing {
|
||||||
|
|||||||
5
packages/core/package-lock.json
generated
5
packages/core/package-lock.json
generated
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "notes-core",
|
"name": "@streetwriters/notesnook-core",
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "notes-core",
|
"name": "@streetwriters/notesnook-core",
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/signalr": "^6.0.3",
|
"@microsoft/signalr": "^6.0.3",
|
||||||
"@microsoft/signalr-protocol-msgpack": "^6.0.3",
|
"@microsoft/signalr-protocol-msgpack": "^6.0.3",
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "notes-core",
|
"name": "@streetwriters/notesnook-core",
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
"private": true,
|
|
||||||
"main": "./api/index.js",
|
"main": "./api/index.js",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/streetwriters/notesnook-core.git"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.7.4",
|
"@babel/core": "^7.7.4",
|
||||||
"@babel/plugin-transform-runtime": "^7.7.4",
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user