Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuesc committed Jun 25, 2023
1 parent 8b4a30d commit 31898ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"name": "diagram-js-grid-bg",
"version": "1.0.0",
"version": "1.0.1",
"description": "A visual grid background for diagram-js, base on diagram-js-grid.",
"main": "dist/diagram-js-grid-bg.cjs",
"module": "dist/diagram-js-grid-bg.es.js",
"umd:main": "dist/diagram-js-grid-bg.umd.js",
"types": "dist/GridLine/index",
"files": [
"dist",
"screenshot",
"GridLine"
],
"keywords": [
"diagram-js",
"grid",
"bpmn-js"
"bpmn-js",
"diagram-js-grid-bg",
"diagram-js-grid-background",
"bpmn-js-grid-bg",
"bpmn-js-grid-background"
],
"scripts": {
"build": "rollup --config"
Expand Down

0 comments on commit 31898ee

Please sign in to comment.