Add src and binary to packages

This commit is contained in:
Paulo Gustavo Veiga 2021-12-22 16:26:59 -08:00
parent 1fd353a90c
commit 39a10ecc92
3 changed files with 8 additions and 2 deletions

View File

@ -10,7 +10,8 @@
},
"files": [
"src",
"assets"
"assets",
"dist"
],
"publishConfig": {
"registry": "https://registry.yarnpkg.com"

View File

@ -6,7 +6,8 @@
"license": "MIT",
"main": "dist/web2d.js",
"files": [
"src"
"src",
"dist"
],
"private": false,
"publishConfig": {

View File

@ -13,6 +13,10 @@
"compile": "formatjs compile",
"test": "yarn test:integration"
},
"files": [
"src",
"dist"
],
"repository": "http://www.wisemapping.com",
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
"license": "MIT",