browserify-ng-html2js
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "browserify-ng-html2js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Browserify transform to compile angular templates into angular modules", | ||
@@ -17,4 +17,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"through": "~2.3.4", | ||
"ng-html2js": "~1.1.0" | ||
"through": "^2.3.6", | ||
"ng-html2js": "^1.2.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
@@ -52,3 +52,4 @@ # browserify-ng-html2js | ||
.transform(ngHtml2Js({ | ||
module: 'templates' // <--- | ||
module: 'templates', // <--- | ||
extension: 'ngt' // optionally specify what file types to look for | ||
})) | ||
@@ -55,0 +56,0 @@ .bundle() |
@@ -17,4 +17,4 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
}]); | ||
})(); | ||
})(module); | ||
},{}]},{},[1]); |
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
7344
78
+ Addedng-html2js@1.2.0(transitive)
- Removedng-html2js@1.1.0(transitive)
Updatedng-html2js@^1.2.0
Updatedthrough@^2.3.6