Skip to content

Commit

Permalink
Bower away!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kats committed Apr 24, 2018
1 parent 2c2f059 commit 629fd7d
Show file tree
Hide file tree
Showing 4 changed files with 869 additions and 57 deletions.
16 changes: 1 addition & 15 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@
module.exports = function (grunt) {

grunt.initConfig({
bower: {
install: {
options: {
targetDir: 'src/Angara.ChartJS/lib',
layout: 'byType',
install: true,
verbose: false,
cleanTargetDir: false,
cleanBowerDir: false,
bowerOptions: {}
}
}
},
copy: {
chartjs: {
files: [
Expand All @@ -24,7 +11,6 @@ module.exports = function (grunt) {
}
});

grunt.loadNpmTasks('grunt-bower-task');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.registerTask('default', ['bower','copy']);
grunt.registerTask('default', ['copy']);
};
38 changes: 0 additions & 38 deletions bower.json

This file was deleted.

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "Angara.ChartJS",
"version": "0.1.2",
"license": "Microsoft Research",
"license": "MIT",
"private": true,
"main": "Gruntfile.js",
"dependencies": {},
"dependencies": {
"interactive-data-display": "~1.5.3",
"jquery": "~2.1.4",
"requirejs": "~2.1.22"
},
"devDependencies": {
"bower": "^1.4.1",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-replace": "^0.11.0"
},
"engines": {
"yarn": ">= 1.0.0"
}
}
Loading

0 comments on commit 629fd7d

Please sign in to comment.