jwaliszko / ExpressiveAnnotations

Annotation-based conditional validation library.
MIT License
351 stars 123 forks source link

chore(npm): add package.json #133

Closed ruant closed 7 years ago

ruant commented 7 years ago

Add package.json file to allow people to install via npm.

After merge you should do a npm publish to register it with npm so people can find it. https://docs.npmjs.com/cli/publish

codecov-io commented 7 years ago

Current coverage is 94.23% (diff: 100%)

Merging #133 into master will increase coverage by 0.10%

@@             master       #133   diff @@
==========================================
  Files            24         24          
  Lines          1926       1926          
  Methods         330        330          
  Messages          0          0          
  Branches        209        209          
==========================================
+ Hits           1813       1815     +2   
  Misses           99         99          
+ Partials         14         12     -2   

Powered by Codecov. Last update 53845b0...56924fa

jwaliszko commented 7 years ago

Thanks for contribution.

jarek