Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
underfisk committed Oct 20, 2020
1 parent e9b1566 commit 937e8fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-spreadsheet",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "React excel like fast grid plugin",
Expand All @@ -14,7 +14,9 @@
"engines": {
"node": ">= 8"
},
"files": ["“dist/**/*”"],
"files": [
"“dist/**/*”"
],
"scripts": {
"lint": "eslint src",
"lint-fix": "eslint src --fix",
Expand Down

0 comments on commit 937e8fd

Please sign in to comment.