Skip to content

Commit

Permalink
Trying to use Paris through NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
yoxigen-zz committed Oct 19, 2017
1 parent c2fe8f8 commit 26fa6af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .idea/Paris.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"repository": {
"url": "https://github.com/microsoft/paris.ts"
},
"main": "dist/index.js",
"main": "dist/paris.umd.js",
"typings": "definitions/index",
"typescript": {
"definition": "definitions/index"
},
"scripts": {
"release": "standard-version"
"release": "standard-version",
"postinstall": "gulp build"
},
"author": "Yossi Kolesnicov",
"license": "MIT",
Expand Down

0 comments on commit 26fa6af

Please sign in to comment.