Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 8, 2024
1 parent 59451d7 commit b389ae0
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 452 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.61
0.0.62
40 changes: 33 additions & 7 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pack.gl",
"version": "0.0.61",
"version": "0.0.62",
"description": "Package Builder.",
"keywords": [
"pack.gl",
Expand All @@ -16,18 +16,44 @@
],
"license": "MIT",
"homepage": "https://www.pack.gl/",
"main": "js/index",
"types": "js/index",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scape-foundation"
}
],
"main": "js/index.js",
"types": "js/index.d.ts",
"files": [
"svg/**/*.svg",
"code-snippets/**/*.code-snippets",
"css/**/*.{css,map}",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"inkscape/**/*.inkscape",
"jinja/**/*.jinja",
"js/**/*.d.ts",
"js/**/*.{js,map}",
"ts/**/*.ts",
"css/**/*.{css,map}",
"less/**/*.less",
"md/**/*.md",
"oco/**/*.oco",
"png/**/*.png",
"py/**/*.py",
"rcpx/**/*.rcpx",
"scss/**/*.scss",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"sketchpalette/**/*.sketchpalette",
"styl/**/*.styl",
"svg/**/*.svg",
"tex/**/*.tex",
"ts/**/*.ts",
"!.DS_Store"
],
"author": "Lars van Vianen <[email protected]> (https://vianen.com)",
"contributors": [
"Scape Agency <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stylescape/pack.gl.git"
},
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
Expand Down
Loading

0 comments on commit b389ae0

Please sign in to comment.