Browse Source

include src in npm package

tags/1.3.0
Walle Cyril 5 years ago
committed by GitHub
parent
commit
701dc533bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package.json

+ 2
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.2.3",
"version": "1.3.0",
"description": "https://frappe.github.io/charts",
"main": "dist/frappe-charts.min.cjs.js",
"module": "dist/frappe-charts.min.esm.js",
@@ -10,6 +10,7 @@
"doc": "docs"
},
"files": [
"src",
"dist"
],
"scripts": {


Loading…
Cancel
Save