angular-powerbi
Advanced tools
Comparing version
@@ -15,6 +15,7 @@ var gulp = require('gulp-help')(require('gulp')); | ||
gulp.task('build', function (done) { | ||
gulp.task('build', 'Build all code for distribution', function (done) { | ||
runSequence( | ||
'clean', | ||
['compile:src', 'compile:spec'], | ||
['copy', 'min:js'], | ||
done | ||
@@ -24,3 +25,3 @@ ) | ||
gulp.task('test', function (done) { | ||
gulp.task('test', 'Builds all code and runs tests', function (done) { | ||
runSequence( | ||
@@ -27,0 +28,0 @@ 'clean', |
@@ -12,2 +12,5 @@ SystemJS.config({ | ||
} | ||
}, | ||
map: { | ||
"angular-powerbi": "local:angular-powerbi@0.1.0" | ||
} | ||
@@ -24,5 +27,6 @@ }); | ||
map: { | ||
"angular-powerbi": "local:angular-powerbi@0.1.0", | ||
"angular": "npm:angular@1.5.5", | ||
"os": "github:jspm/nodelibs-os@0.2.0-alpha", | ||
"plugin-typescript": "github:frankwallis/plugin-typescript@4.0.5", | ||
"powerbi-client": "npm:powerbi-client@2.0.0-beta.6", | ||
"process": "github:jspm/nodelibs-process@0.2.0-alpha" | ||
@@ -29,0 +33,0 @@ }, |
{ | ||
"name": "angular-powerbi", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Angular library which contains components to embed PowerBi visuals.", | ||
@@ -21,3 +21,3 @@ "main": "dist/angular-powerbi.js", | ||
"angular": "^1.5.3", | ||
"powerbi-client": "2.0.0-beta.4" | ||
"powerbi-client": "2.0.0-beta.6" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
"angular": "^1.5.3", | ||
"powerbi-client": "2.0.0-beta.4" | ||
"powerbi-client": "2.0.0-beta.6" | ||
}, | ||
@@ -71,2 +71,13 @@ "devDependencies": { | ||
"overrides": { | ||
"npm:angular@1.5.5": { | ||
"format": "global", | ||
"jspmNodeConversion": false, | ||
"main": "angular", | ||
"meta": { | ||
"angular.js": { | ||
"exports": "angular", | ||
"format": "global" | ||
} | ||
} | ||
}, | ||
"npm:typescript@1.8.9": { | ||
@@ -73,0 +84,0 @@ "browser": {}, |
Sorry, the diff of this file is not supported yet
96634
1.44%28
7.69%1273
2.58%+ Added
- Removed
Updated