Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmodrome committed Dec 13, 2020
1 parent 1123eaf commit 9d19c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@budibase/svelte-ag-grid",
"version": "0.0.16",
"version": "1.0.0",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build"
"prepare": "npm run build"
},
"dependencies": {
"ag-grid-community": "^24.0.0"
Expand All @@ -26,4 +26,4 @@
"src",
"dist"
]
}
}

0 comments on commit 9d19c4c

Please sign in to comment.