Skip to content

Commit

Permalink
chore(root): Move @novu/application generic under libs
Browse files Browse the repository at this point in the history
This package contains shared code for Novu services. It is considered an internal library and should be deprecated from NPM as well
  • Loading branch information
SokratisVidros committed May 21, 2024
1 parent 6a58bb1 commit 08a133b
Show file tree
Hide file tree
Showing 427 changed files with 553 additions and 571 deletions.
275 changes: 138 additions & 137 deletions .cspell.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
auto-install-peers=true
strict-peer-dependencies=false
fetch-retry-maxtimeout=10000

2 changes: 1 addition & 1 deletion .source
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"private": false,
"repository": {
"url": "https://github.com/novuhq/novu",
"directory": "packages/nest"
},
"private": true,
"license": "MIT",
"keywords": [],
"scripts": {
Expand All @@ -23,11 +19,7 @@
"lint": "eslint src --ext .ts",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "jest src --watch",
"reset-hard": "git clean -dfx && git reset --hard && pnpm install",
"prepare-release": "run-s reset-hard test"
},
"publishConfig": {
"access": "public"
"reset-hard": "git clean -dfx && git reset --hard && pnpm install"
},
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -138,18 +130,6 @@
"LICENSE",
"README.md"
],
"ava": {
"failFast": true,
"timeout": "60s",
"typescript": {
"rewritePaths": {
"src/": "build/main/"
}
},
"files": [
"!build/module/**"
]
},
"prettier": {
"singleQuote": true
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 08a133b

Please sign in to comment.