Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
export * from './ng2-mask.module'; | ||
export * from './ngx-mask.module'; | ||
export * from './mask.directive'; |
@@ -1,2 +0,2 @@ | ||
export * from './ng2-mask.module'; | ||
export * from './ngx-mask.module'; | ||
export * from './mask.directive'; |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./ng2-mask.module"},{"from":"./mask.directive"}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./ng2-mask.module"},{"from":"./mask.directive"}]}] | ||
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./ngx-mask.module"},{"from":"./mask.directive"}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./ngx-mask.module"},{"from":"./mask.directive"}]}] |
{ | ||
"name": "ngx-mask", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "awesome ngx mask", | ||
@@ -24,6 +24,6 @@ "license": "MIT", | ||
"lint": "ng lint", | ||
"build:package": "rm -rf ./build && ./node_modules/.bin/ngc -p ./src/app/ng2-mask/tsconfig.json" | ||
"build:package": "rm -rf ./build && ./node_modules/.bin/ngc -p ./src/app/ngx-mask/tsconfig.json" | ||
}, | ||
"main": "./build/ng2-mask.module.js", | ||
"jsnext:main": "./build/ng2-mask.module.js", | ||
"main": "./build/ngx-mask.module.js", | ||
"jsnext:main": "./build/ngx-mask.module.js", | ||
"repository": { | ||
@@ -30,0 +30,0 @@ "type": "git", |
@@ -14,3 +14,3 @@ ![screen shot 2017-01-22 at 14 07 50](https://cloud.githubusercontent.com/assets/1526680/22182355/31d103ca-e0ac-11e6-9664-c7c0399ef69f.png) | ||
```typescript | ||
import {Ng2MaskModule} from 'ngx-mask' | ||
import {NgxMaskModule} from 'ngx-mask' | ||
@@ -22,3 +22,3 @@ (...) | ||
imports: [ | ||
Ng2MaskModule | ||
NgxMaskModule | ||
] | ||
@@ -25,0 +25,0 @@ (...) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package