Skip to content

Commit

Permalink
fix: package json typings location
Browse files Browse the repository at this point in the history
  • Loading branch information
ike18t committed Mar 7, 2018
1 parent 2d5ecf1 commit 5f6fde0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/ike18t/mock_component.png?branch=master)](https://travis-ci.org/ike18t/mock_component)
[![npm version](https://badge.fury.io/js/mock-component.svg)](https://badge.fury.io/js/mock-component)
[![Build Status](https://travis-ci.org/ike18t/ng-mocks.png?branch=master)](https://travis-ci.org/ike18t/ng-mocks)
[![npm version](https://badge.fury.io/js/ng-mocks.svg)](https://badge.fury.io/js/ng-mocks)

# mock_component
Helper function for creating angular mocks for test.
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
"version": "5.0.0-rc4",
"description": "Functions for creating angular mocks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"definitions",
"CHANGELOG",
"dist",
"LICENSE",
"README"
],
"typings": "definitions/index",
"typescript": {
"definition": "definitions/index"
},
"scripts": {
"clean": "rm -rf dist coverage",
"lint": "tslint --project tsconfig.json",
Expand Down

0 comments on commit 5f6fde0

Please sign in to comment.