Skip to content

Commit 1b4c032

Browse files
author
Ben Grynhaus
committed
move css-to-style to root package.json
1 parent 0cf3124 commit 1b4c032

File tree

3 files changed

+9
-87
lines changed

3 files changed

+9
-87
lines changed

libs/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
},
4848
"devDependencies": {
4949
"@types/react-dom": "^16.0.4",
50-
"@types/react": "^16.3.4",
51-
"css-to-style": "^1.2.0"
50+
"@types/react": "^16.3.4"
5251
}
5352
}

package-lock.json

Lines changed: 6 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6-
"bootstrap": "npm-recursive-install",
76
"start": "ng serve",
87
"start:demo": "ng serve --app demo",
98
"start:docs": "ng serve --app docs",
@@ -89,6 +88,7 @@
8988
"@types/node": "~10.3.6",
9089
"@types/react": "^16.3.4",
9190
"@types/react-dom": "^16.0.4",
91+
"css-to-style": "^1.2.0",
9292
"codelyzer": "^4.0.1",
9393
"copyfiles": "^2.0.0",
9494
"jasmine-core": "~2.8.0",
@@ -106,7 +106,6 @@
106106
"tsickle": "^0.27.5",
107107
"tslib": "^1.9.0",
108108
"tslint": "~5.10.0",
109-
"typescript": "2.6.2",
110-
"recursive-install": "^1.3.0"
109+
"typescript": "2.6.2"
111110
}
112111
}

0 commit comments

Comments
 (0)