Skip to content

Commit

Permalink
🔨 Refactor: Trying to fix typings for package
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Mar 7, 2018
1 parent 30adcff commit 627571c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Don't hesitate to suggest new features : it is always worthy :)
### Which naming convention can I use with this lib ?

**ANYTHING**. All You have to do is to implement a parser function :
A function that takes a single string argument (title) that returns a object that minimal contains a `title` string property.
A function that takes a single string argument (title) that returns an object that minimal contains a `title` string property.
For example :

```js
Expand Down Expand Up @@ -95,7 +95,7 @@ $ yarn add mediascan
npm test
```

# Types definitions (TODO)
# Types definitions

If You want, You can have the types definitions used in this lib :

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"types": "index.d.ts",
"files": [
"lib/"
"lib/",
"index.d.ts"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 627571c

Please sign in to comment.