Skip to content

Commit e35c030

Browse files
authored
Merge pull request #19 from vegarringdal/new_loader
fix(package/typings) typos
2 parents 794ae0a + 1bdb264 commit e35c030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fuse-box-aurelia-loader",
33
"version": "1.0.2",
4-
"description": "Fuse-Box loader for Aurleia framework",
4+
"description": "Fuse-Box loader for Aurelia framework",
55
"keywords": [
66
"aurelia",
77
"fuse-box-bundler",

typings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuse-box-aurelia-loader",
3-
"main": "dist/commonjs/index.d.ts",
3+
"main": "dist/commonjs/fuse-box-aurelia-loader.d.ts",
44
"dependencies": {
55
"aurelia-binding": "github:aurelia/binding",
66
"aurelia-bootstrapper": "github:aurelia/bootstrapper",

0 commit comments

Comments
 (0)