Skip to content

Commit

Permalink
build: better info
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Oct 30, 2020
1 parent 740863f commit 5882a91
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-mocks",
"version": "10.5.0",
"description": "A library mocking angular components, directives, pipes, services, providers and modules, which also includes shallow rendering and flexible stubs.",
"description": "A library mocking angular components, directives, pipes, services, providers and modules in unit tests, which also includes shallow rendering and flexible stubs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -77,25 +77,26 @@
"url": "github.com:ike18t/ng-mocks.git"
},
"keywords": [
"Angular",
"Component",
"Directive",
"Dumb",
"Dummy",
"Mock",
"Mocking",
"Module",
"Pipe",
"Provider",
"Render",
"Rendering",
"Service",
"Shallow",
"Stub",
"Stubing",
"Test",
"TestBed",
"Testing"
"angular",
"component",
"directive",
"dumb",
"dummy",
"mock",
"mocking",
"module",
"pipe",
"provider",
"render",
"rendering",
"service",
"shallow",
"stub",
"stubbing",
"test",
"testbed",
"testing",
"unit"
],
"author": {
"name": "Isaac Datlof",
Expand Down

0 comments on commit 5882a91

Please sign in to comment.