Skip to content

Commit 95849eb

Browse files
author
Ścibor Rudnicki
authored
Merge pull request #47 from wwwdevio/master
Fix: Move colors and replace from dev to dependencies
2 parents e304016 + cf5042b commit 95849eb

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package-lock.json

+7-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-angular",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Angular2 template and styles inliner",
55
"main": "dist/rollup-plugin-angular.js",
66
"module": "dist/rollup-plugin-angular.esm.js",
@@ -30,7 +30,9 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33+
"colors": "^1.1.2",
3334
"magic-string": "^0.22.4",
35+
"replace": "^0.3.0",
3436
"rollup-pluginutils": "^2.0.1"
3537
},
3638
"devDependencies": {
@@ -47,7 +49,6 @@
4749
"babel-register": "^6.26.0",
4850
"chai": "^4.1.1",
4951
"clean-css": "^4.1.7",
50-
"colors": "^1.1.2",
5152
"html-minifier": "^3.5.3",
5253
"jasmine": "^2.7.0",
5354
"jasmine-core": "^2.7.0",
@@ -60,7 +61,6 @@
6061
"mocha": "^3.5.0",
6162
"node-sass": "^4.5.3",
6263
"reflect-metadata": "^0.1.10",
63-
"replace": "^0.3.0",
6464
"rollup": "^0.48.2",
6565
"rollup-plugin-buble": "^0.15.0",
6666
"rollup-plugin-commonjs": "^8.2.0",

0 commit comments

Comments
 (0)