Skip to content

Commit

Permalink
parcel: move transformers to separate repos; restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Jan 4, 2024
1 parent bbc68b1 commit f7d1731
Show file tree
Hide file tree
Showing 47 changed files with 1,027 additions and 3,799 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "ISC",
"scripts": {
"base16": "node base16/build.js",
"build": "npm run base16",
"tsc": "tsc -b web/html-postprocessors web/js",
"build": "npm run base16 && npm run tsc",
"install": "npm run build"
},
"dependencies": {
Expand All @@ -15,5 +16,10 @@
},
"peerDependencies": {
"sharp": "^0.31.1"
},
"devDependencies": {
"@nzbr/parcel-transformer-postprocess-html": "github:nzbr/parcel-transformer-postprocess-html",
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
}
}
2 changes: 0 additions & 2 deletions parcel/transformer-include/.npmrc

This file was deleted.

25 changes: 0 additions & 25 deletions parcel/transformer-include/package.json

This file was deleted.

Loading

0 comments on commit f7d1731

Please sign in to comment.