Skip to content

Commit

Permalink
fix(package): modify
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Jan 28, 2018
1 parent 3561520 commit 8055652
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 58 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"angular-mocks": "~1.6.8",
"sanji-core-ui": "^4.0.0",
"sanji-common-devs-ui": "^7.0.0",
"sanji-core-ui": "^4.0.0",
"sanji-openapi-mock": "github:sanji-io/sanji-openapi-mockserver",
"travis-deploy-once": "^4.3.3",
"semantic-release": "^12.2.5"
"semantic-release": "^12.2.5",
"travis-deploy-once": "^4.3.3"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const config = {
'angular-material-icons.css': nodeRoot + '/angular-material-icons/angular-material-icons.css',
'angular-material-data-table.css': nodeRoot + '/angular-material-data-table/dist/md-data-table.css',
'angular-sanji-window.css': nodeRoot + '/angular-sanji-window/dist/angular-sanji-window.css',
'easy-pie-chart': nodeRoot + '/easy-pie-chart/dist/angular.easypiechart.js',
'toastr.css': nodeRoot + '/toastr/build/toastr.css'
},
extensions: ['.js', '.json', 'html', 'scss', 'css']
Expand Down
Loading

0 comments on commit 8055652

Please sign in to comment.