change package name

This commit is contained in:
sculove 2017-08-23 10:42:33 +09:00
parent e57f80d903
commit 3b8bfbac95
4 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Project: https://github.com/naver/egjs-component
// Definitions by: Naver <https://github.com/naver>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
// TypeScript Version: 2.2
export as namespace eg;

View File

@ -17,6 +17,6 @@
},
"files": [
"index.d.ts",
"egjs-component-tests.ts"
"egjs__component-tests.ts"
]
}