Skip to content

Commit 4ae3af4

Browse files
committed
forgot a \^ in my deps, think that's what was causing stale versions in jspm loader
1 parent 7190ae3 commit 4ae3af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"dependencies": {
1010
"postcss": "^4.1.11",
11-
"postcss-modules-extract-imports": "0.0.3",
12-
"postcss-modules-local-by-default": "^0.0.7",
13-
"postcss-modules-scope": "^0.0.5"
11+
"postcss-modules-extract-imports": "^0.0.4",
12+
"postcss-modules-local-by-default": "^0.0.9",
13+
"postcss-modules-scope": "^0.0.6"
1414
},
1515
"devDependencies": {
1616
"babel": "^5.5.4",

0 commit comments

Comments
 (0)