Skip to content

Commit

Permalink
feat: add other formats to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
husayt committed Apr 21, 2020
1 parent 8114d46 commit dbdc488
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "nuxt-property-decorator",
"version": "2.5.1",
"description": "Property decorators for Nuxt",
"main": "lib/nuxt-property-decorator.umd.js",
"browser": "lib/nuxt-property-decorator.umd.js",
"main": "lib/nuxt-property-decorator.common.js",
"typings": "lib/nuxt-property-decorator.d.ts",
"module": "lib/nuxt-property-decorator.esm.js",

"keywords": [
"vue",
"typescript",
Expand Down Expand Up @@ -62,7 +66,6 @@
"vue-template-compiler": "^2.6.10",
"yorkie": "^2.0.0"
},
"typings": "./lib/nuxt-property-decorator.d.ts",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest",
Expand Down

0 comments on commit dbdc488

Please sign in to comment.