Skip to content

Commit

Permalink
Fixed #5457: Format error for the @abp/luxon package
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Sep 17, 2020
1 parent 196a206 commit c83aa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/packs/luxon/abp.resourcemapping.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
mappings: {
"@node_modules/luxon/build/global/*.*": "@libs/luxon/"
"@node_modules/luxon/build/global/*.*": "@libs/luxon/",
"@node_modules/@abp/luxon/src/*.*": "@libs/abp/luxon/"
}
}

0 comments on commit c83aa83

Please sign in to comment.