prism-react-renderer
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "prism-react-renderer", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Renders highlighted Prism output using React", | ||
@@ -8,2 +8,3 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"repository": "git@github.com:FormidableLabs/prism-react-renderer.git", | ||
"files": [ | ||
@@ -35,62 +36,2 @@ "es", | ||
}, | ||
"babel": { | ||
"env": { | ||
"test": { | ||
"presets": [ | ||
"@babel/preset-flow", | ||
"@babel/preset-react", | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"loose": true, | ||
"modules": "commonjs" | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"babel-plugin-macros" | ||
] | ||
}, | ||
"cjs": { | ||
"presets": [ | ||
"@babel/preset-flow", | ||
"@babel/preset-react", | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"loose": true, | ||
"modules": "commonjs" | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"babel-plugin-macros" | ||
] | ||
}, | ||
"es": { | ||
"presets": [ | ||
"@babel/preset-flow", | ||
"@babel/preset-react", | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"loose": true, | ||
"modules": false | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"babel-plugin-macros" | ||
] | ||
} | ||
}, | ||
"plugins": [ | ||
[ | ||
"@babel/plugin-proposal-class-properties", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
] | ||
}, | ||
"peerDependencies": { | ||
@@ -97,0 +38,0 @@ "react": ">=0.14.9" |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
253935