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 e7a5ac4 commit 6388251
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"url": "https://github.com/sponsors/scape-foundation"
}
],
"main": "src/scss/index.ts",
"type": "module",
"main": "src/scss/index.ts",
"sass": "src/scss/index.scss",
"module": "dist/js/unit.gl.js",
"style": "dist/css/unit.gl.css",
"sass": "src/scss/index.scss",
"scripts": {
"format": "npx prettier --write .",
"lint": "eslint 'src/**/*.ts' || true",
Expand Down Expand Up @@ -110,14 +110,24 @@
"webpack-merge": "^5.9.0"
},
"files": [
"dist/svg/**/*.{svg}",
"dist/js/**/*.{js,map}",
"dist/css/**/*.{css,map}",
"dist/font/**/*.{eot,otf,ttf,woff,woff2}",
"ts/**/*.ts",
"src/ts/**/*.ts",
"dist/ts/**/*.ts",
"js/**/*.{js,map}",
"src/js/**/*.{js,map}",
"dist/js/**/*.{js,map}",
"scss/**/*.{scss}",
"src/scss/**/*.{scss}",
"dist/scss/**/*.{scss}",
"src/font/**/*.{ttf,woff,woff2}",
"css/**/*.{css,map}",
"src/css/**/*.{css,map}",
"dist/css/**/*.{css,map}",
"svg/**/*.{svg}",
"src/svg/**/*.{svg}",
"dist/svg/**/*.{svg}",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"src/font/**/*.{eot,otf,ttf,woff,woff2}",
"dist/font/**/*.{eot,otf,ttf,woff,woff2}",
"!.DS_Store"
]
}

0 comments on commit 6388251

Please sign in to comment.