Skip to content

Commit

Permalink
Updated package config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed May 30, 2021
1 parent 404f908 commit 47bfaa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "A library for developing React applications using Model-View-ViewModel inspired by .NET",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "ts-mocha ./tests/**/*-tests.ts ./tests/**/*-tests.tsx"
Expand Down

0 comments on commit 47bfaa5

Please sign in to comment.