Skip to content

Commit

Permalink
Release 0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett committed May 9, 2024
1 parent 05f8886 commit f82216e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/codicons",
"version": "0.0.35",
"version": "0.0.36",
"fontVersion": "1.11",
"description": "The icon font for Visual Studio Code",
"license": "CC-BY-4.0",
Expand All @@ -10,10 +10,10 @@
"svgo": "svgo -f ./src/icons/ --config svgo.config.js",
"sprite": "node ./scripts/svg-sprite.js --outDir dist --outFile codicon.svg",
"replace-in-vscode": "cp -R ./dist/codicon.ttf ../vscode/src/vs/base/browser/ui/codicons/codicon/codicon.ttf && cp ./dist/codiconsLibrary.ts ../vscode/src/vs/base/common/codiconsLibrary.ts",
"export-to-ts": "node ./scripts/export-to-ts.js -f ./src/template/mapping.json > ./dist/codiconsLibrary.ts",
"export-to-ts": "node ./scripts/export-to-ts.js -f ./src/template/mapping.json > ./dist/codiconsLibrary.ts",
"export-to-csv": "node ./scripts/export-to-csv.js -f ./dist/codicon.ttf > ./dist/codicon.csv",
"fonts": "fantasticon",
"dev": "npm run build && npm run replace-in-vscode",
"dev": "npm run build && npm run replace-in-vscode",
"build": "npm run clean && npm run svgo && npm run fonts && npm run export-to-ts && npm run export-to-csv && npm run sprite",
"release": "release-it"
},
Expand Down

0 comments on commit f82216e

Please sign in to comment.