-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loader: rename module to pugneum-loader
Now it also follows the -er suffix pattern of the other modules.
- Loading branch information
1 parent
822ba3e
commit a61a044
Showing
11 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.