es6-prototype-proj
Advanced tools
Comparing version 0.0.67 to 0.0.68
@@ -0,1 +1,8 @@ | ||
v0.0.68 - Sun, 09 Aug 2015 20:55:31 GMT | ||
--------------------------------------- | ||
- [f33f391](../../commit/f33f391) [fixed] npm run build | ||
- [992af79](../../commit/992af79) [added] testing and building back. full test. | ||
v0.0.67 - Sun, 09 Aug 2015 20:51:12 GMT | ||
@@ -2,0 +9,0 @@ --------------------------------------- |
@@ -60,2 +60,4 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
console.log('source file'); | ||
console.log('has to change for bower'); | ||
console.log('another one change for bower'); | ||
@@ -62,0 +64,0 @@ /***/ } |
@@ -1,2 +0,2 @@ | ||
!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):"object"==typeof exports?exports.Es6PrototypeProj=o():e.Es6PrototypeProj=o()}(this,function(){return function(e){function o(r){if(t[r])return t[r].exports;var n=t[r]={exports:{},id:r,loaded:!1};return e[r].call(n.exports,n,n.exports,o),n.loaded=!0,n.exports}var t={};return o.m=e,o.c=t,o.p="",o(0)}([function(e,o){"use strict";console.log("source file")}])}); | ||
!function(o,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):"object"==typeof exports?exports.Es6PrototypeProj=e():o.Es6PrototypeProj=e()}(this,function(){return function(o){function e(r){if(t[r])return t[r].exports;var n=t[r]={exports:{},id:r,loaded:!1};return o[r].call(n.exports,n,n.exports,e),n.loaded=!0,n.exports}var t={};return e.m=o,e.c=t,e.p="",e(0)}([function(o,e){"use strict";console.log("source file"),console.log("has to change for bower"),console.log("another one change for bower")}])}); | ||
//# sourceMappingURL=es6-prototype-proj.min.js.map |
'use strict'; | ||
console.log('source file'); | ||
console.log('source file'); | ||
console.log('has to change for bower'); | ||
console.log('another one change for bower'); |
{ | ||
"name": "es6-prototype-proj", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "ES6 playgroung prototyping project", | ||
@@ -14,5 +14,6 @@ "repository": { | ||
"scripts": { | ||
"build": "babel src --out-dir=lib && webpack --bail && webpack --bail -p && npm run bower-prepare", | ||
"test-watch": "karma start", | ||
"test-coverage": "COVERAGE=true karma start --single-run", | ||
"test": "exit 0;", | ||
"test": "npm run lint && karma start --single-run", | ||
"lint": "eslint .", | ||
@@ -19,0 +20,0 @@ "patch": "release patch", |
Sorry, the diff of this file is not supported yet
17422
57