Skip to content

Commit 8ad71cf

Browse files
authored
Attempting to fix tests from github
I think it's related to the new steal EC
1 parent 2f70cd0 commit 8ad71cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
"directories": {
5454
"lib": "src"
5555
},
56-
"npmAlgorithm": "flat"
56+
"npmAlgorithm": "flat",
57+
"plugins": [
58+
"steal-css"
59+
]
5760
},
5861
"dependencies": {},
5962
"devDependencies": {
@@ -68,7 +71,6 @@
6871
"steal": "^1.0.0-rc.11",
6972
"steal-css": "^1.0.0-rc.0",
7073
"steal-mocha": "^1.0.0-pre.2",
71-
"steal-qunit": "^0.1.1",
7274
"steal-tools": "^1.0.0-rc.9",
7375
"testee": "^0.3.0-pre.2"
7476
}

0 commit comments

Comments
 (0)