Skip to content

Commit

Permalink
use files metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nhomble committed May 11, 2020
1 parent 3a6354e commit 29737fd
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,7 +1,7 @@
{
"name": "highlightjs-ocl",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"description": "highlight.js syntax definition for object constraint language",
"main": "src/ocl.js",
"scripts": {
Expand All @@ -27,5 +27,7 @@
"highlight.js": "^10.0.2",
"mocha": "^7.1.2"
},
"unpkg": "dist/ocl.min.js"
"files": [
"dist"
]
}

0 comments on commit 29737fd

Please sign in to comment.