Skip to content

Commit

Permalink
add files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed May 27, 2022
1 parent ba7d33b commit c10c13d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"module": "dist/maptalks.odline.es.js",
"jsnext:main": "dist/maptalks.odline.es.js",
"browser": "dist/maptalks.odline.js",
"files": [
"dist/maptalks.odline.js",
"dist/maptalks.odline.es.js",
"dist/maptalks.odline.min.js"
],
"scripts": {
"lint": "eslint index.js test/**/*.js",
"test": "gulp test",
Expand Down

0 comments on commit c10c13d

Please sign in to comment.