bag-man / nodestack

My basic boilerplate for a node.js project
GNU General Public License v3.0
9 stars 3 forks source link

Added Bootstrap.js, CDNs now use SRI hashes #14

Closed njdart closed 7 years ago

njdart commented 7 years ago

Fixes #12

Had to change from code.jquery.com to cdnjs, but versions should match

codecov-io commented 7 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   91.66%   91.66%           
=======================================
  Files           2        2           
  Lines          12       12           
  Branches        2        2           
=======================================
  Hits           11       11           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87ba083...6ba60d6. Read the comment docs.

bag-man commented 7 years ago

Thanks, merged