Skip to content

Commit

Permalink
loader: rename module to pugneum-loader
Browse files Browse the repository at this point in the history
Now it also follows the -er suffix pattern of the other modules.
  • Loading branch information
matheusmoreira committed Aug 27, 2023
1 parent 822ba3e commit a61a044
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 25 deletions.
25 changes: 0 additions & 25 deletions packages/pug-load/package.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions packages/pugneum-loader/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "pugneum-loader",
"version": "0.1.0",
"description": "Loads the dependencies of pugneum templates",
"keywords": [
"pugneum",
"loader",
"resolver",
"pug"
],
"dependencies": {
"pugneum-walk": "^0.1.0"
},
"devDependencies": {
"pugneum-lexer": "^0.1.0",
"pugneum-parser": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/matheusmoreira/pugneum/tree/master/packages/pugneum-loader"
},
"author": "Forbes Lindesay",
"contributors": [
"Matheus Afonso Martins Moreira <[email protected]> (https://www.matheusmoreira.com/)"
],
"maintainers": [
"Matheus Afonso Martins Moreira <[email protected]> (https://www.matheusmoreira.com/)"
],
"license": "MIT"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a61a044

Please sign in to comment.