We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b3917 commit f0f34b1Copy full SHA for f0f34b1
dashi/.gitignore
@@ -24,3 +24,4 @@ dist-ssr
24
*.sw?
25
coverage/
26
stats.html
27
+*.tgz
dashi/.npmignore
@@ -0,0 +1,8 @@
1
+src/
2
+node_modules/
3
+.env
4
+.vscode/
5
+.idea/
6
+tests/
7
+*.log
8
dashi/package.json
@@ -1,9 +1,13 @@
{
"name": "dashipopashi",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
"type": "module",
- "files": ["dist", "README.md"],
+ "files": [
+ "dist",
+ "README.md",
9
+ "LICENSE"
10
+ ],
11
"keywords": [
12
"typescript",
13
"library",
0 commit comments