Merge pull request #236 from GrosSacASac/patch-1
Inlcude src in files array
This commit is contained in:
commit
fd6e420ec3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frappe-charts",
|
"name": "frappe-charts",
|
||||||
"version": "1.2.4",
|
"version": "1.3.0",
|
||||||
"description": "https://frappe.github.io/charts",
|
"description": "https://frappe.github.io/charts",
|
||||||
"main": "dist/frappe-charts.min.cjs.js",
|
"main": "dist/frappe-charts.min.cjs.js",
|
||||||
"module": "dist/frappe-charts.min.esm.js",
|
"module": "dist/frappe-charts.min.esm.js",
|
||||||
@ -10,6 +10,7 @@
|
|||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
"src",
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -23,8 +24,8 @@
|
|||||||
"url": "git+https://github.com/frappe/charts.git"
|
"url": "git+https://github.com/frappe/charts.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"\"js",
|
"js",
|
||||||
"charts\""
|
"charts"
|
||||||
],
|
],
|
||||||
"author": "Prateeksha Singh",
|
"author": "Prateeksha Singh",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user