Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 10, 2024
1 parent 38052a9 commit 3f8e266
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,26 +75,7 @@
"unit.gl": "^0.0.26"
},
"files": [
"dist/svg/**/*.{svg}",
"dist/js/**/*.{js,map}",
"dist/css/**/*.{css,map}",
"dist/font/**/*.{eot,otf,ttf,woff,woff2}",
"src/ts/**/*.ts",
"src/scss/**/*.scss",
"src/font/**/*.{ttf,woff,woff2}",
"!.DS_Store"
],
"hugo-bin": {
"buildTags": "extended"
},
"jspm": {
"registry": "npm",
"main": "dist/js/icon.gl.js",
"directories": {
"lib": "src"
},
"shim": {},
"dependencies": {},
"peerDependencies": {}
}
"src/**",
"dist/**"
]
}

0 comments on commit 3f8e266

Please sign in to comment.