feat: add sourcemaps to published package

This commit is contained in:
Geoffroy Empain 2020-12-09 17:01:21 +01:00
parent d3cb870db7
commit c371295595
2 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@getmeli/cli",
"version": "1.0.0-next.2",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -7,7 +7,8 @@
"meli": "./build/index.js"
},
"files": [
"build/index.js"
"build/index.js",
"build/index.js.map"
],
"scripts": {
"start": "npm run build:watch --mode=development",