Skip to content

Commit

Permalink
Merge pull request #123 from Progressive-Insurance/feature/package-info
Browse files Browse the repository at this point in the history
docs: beef up package info
  • Loading branch information
mikejancar authored Feb 25, 2022
2 parents 03c35ad + 7bb057b commit 9e2a3d4
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 1 deletion.
122 changes: 122 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"postbuild": "copyfiles LICENSE.md README.md dist/oculr-ngx",
"test": "ng test",
"test:ci": "ng test --configuration production",
"test:dev": "ng test --configuration development",
Expand Down Expand Up @@ -39,6 +40,7 @@
"@types/node": "^12.20.42",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"copyfiles": "^2.4.1",
"eslint": "^7.26.0",
"jasmine-core": "~3.8.0",
"karma": "^6.3.11",
Expand Down
1 change: 0 additions & 1 deletion projects/oculr-ngx/README.md

This file was deleted.

11 changes: 11 additions & 0 deletions projects/oculr-ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "oculr-ngx",
"description": "An analytics library that makes collecting data in an Angular app simple.",
"version": "1.0.0-rc2",
"author": "Progressive Insurance",
"license": "MIT",
"keywords": [
"analytics",
"angular"
],
"repository": {
"type": "git",
"url": "https://github.com/Progressive-Insurance/oculr-ngx"
},
"scripts": {
"tag-release": "git commit -a -m \"Release %npm_package_version%\" && git tag \"v%npm_package_version%\""
},
Expand Down

0 comments on commit 9e2a3d4

Please sign in to comment.