@salty-css/webpack 0.0.1-alpha.15 → 0.0.1-alpha.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/webpack",
3
- "version": "0.0.1-alpha.15",
3
+ "version": "0.0.1-alpha.16",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "peerDependencies": {
32
- "@salty-css/core": ">=0.0.1-alpha.14",
32
+ "@salty-css/core": "^0.0.1-alpha.15",
33
33
  "webpack": ">=5.x"
34
34
  }
35
35
  }