symbol-observable
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,10 @@ | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/blesh/symbol-observable/compare/1.0.1...v1.0.2) (2016-08-09) | ||
### Bug Fixes | ||
* **ECMAScript 3**: ensure output is ES3 compatible ([3f37af3](https://github.com/blesh/symbol-observable/commit/3f37af3)) | ||
<a name="1.0.1"></a> | ||
@@ -2,0 +11,0 @@ ## [1.0.1](https://github.com/blesh/symbol-observable/compare/1.0.0...v1.0.1) (2016-06-15) |
@@ -11,3 +11,3 @@ 'use strict'; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } | ||
@@ -22,3 +22,3 @@ var root = undefined; /* global window */ | ||
var result = (0, _ponyfill2.default)(root); | ||
exports.default = result; | ||
var result = (0, _ponyfill2['default'])(root); | ||
exports['default'] = result; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.default = symbolObservablePonyfill; | ||
exports['default'] = symbolObservablePonyfill; | ||
function symbolObservablePonyfill(root) { | ||
@@ -9,0 +9,0 @@ var result; |
{ | ||
"name": "symbol-observable", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Symbol.observable ponyfill", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "npm run build && mocha && tsc ./ts-test/test.ts && node ./ts-test/test.js", | ||
"test": "npm run build && mocha && tsc ./ts-test/test.ts && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill", | ||
"build": "babel es --out-dir lib", | ||
@@ -42,3 +42,5 @@ "prepublish": "npm test" | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es3": "^1.0.0", | ||
"chai": "^3.5.0", | ||
"check-es3-syntax-cli": "^0.1.0", | ||
"mocha": "^2.4.5", | ||
@@ -45,0 +47,0 @@ "typescript": "^1.8.10" |
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
7812
7