Skip to content

Commit 938a055

Browse files
committed
Add new ng-package file for npm build and bump version to 1.0
1 parent 55cd52c commit 938a055

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ng-package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "node_modules/ng-packagr/ng-package.schema.json",
3+
"dest": "dist/npm",
4+
"lib": {
5+
"entryFile": "src/app/public/public.ts"
6+
},
7+
"allowedNonPeerDependencies": []
8+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proangular/ngx-gist",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"description": "An Angular Material and HighlighJs styled display box for GitHub gist and local code snippets.",
55
"author": "Pro Angular <webmaster@proangular.com>",
66
"homepage": "https://www.proangular.com",

0 commit comments

Comments
 (0)