geonorge-shared-partials
Advanced tools
Comparing version 0.0.43 to 0.0.44
@@ -94,3 +94,3 @@ { | ||
}, | ||
"version": "0.0.43" | ||
"version": "0.0.44" | ||
} |
@@ -33,2 +33,8 @@ # Geonorge.SharedPartials | ||
Add stylesheets: | ||
```html | ||
<link rel="stylesheet" href="/dist/vendor.css" /> | ||
<link rel="stylesheet" href="/dist/main.css" /> | ||
``` | ||
Use the html files in your root layout | ||
@@ -40,2 +46,8 @@ ```cs | ||
Include javascripts: | ||
```html | ||
<script type="text/javascript" src="/dist/vendor.js" ></script> | ||
<script type="text/javascript" src="/dist/main.js" ></script> | ||
``` | ||
and include this js somewhere on your site | ||
@@ -42,0 +54,0 @@ ```js |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
63
3377087
33
3115
1