angular-prism
Advanced tools
Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "angular-prism", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "ngc -p tsconfig.json", |
@@ -34,3 +34,3 @@ # angular-prism | ||
}, | ||
'prism' : { | ||
'prismjs' : { | ||
defaultExtension : 'js' | ||
@@ -54,6 +54,6 @@ }, | ||
/* Import prism core */ | ||
import 'prism/prism'; | ||
import 'prismjs/prism'; | ||
/* Import the language you need to highlight */ | ||
import 'prism/components/prism-typescript'; | ||
import 'prismjs/components/prism-typescript'; | ||
@@ -60,0 +60,0 @@ import { PrismComponent } from 'angular-prism'; |
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
12107