ソースを参照

Merge pull request #236 from GrosSacASac/patch-1

Inlcude src in files array
tags/1.3.0
Shivam Mishra 5年前
committed by GitHub
コミット
fd6e420ec3
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加3行の削除
  1. +4
    -3
      package.json

+ 4
- 3
package.json ファイルの表示

@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.2.4",
"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": {
@@ -23,8 +24,8 @@
"url": "git+https://github.com/frappe/charts.git"
},
"keywords": [
"\"js",
"charts\""
"js",
"charts"
],
"author": "Prateeksha Singh",
"license": "MIT",


読み込み中…
キャンセル
保存