@salty-css/vite 0.0.1-alpha.15 → 0.0.1-alpha.17

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/vite",
3
- "version": "0.0.1-alpha.15",
3
+ "version": "0.0.1-alpha.17",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",
@@ -29,6 +29,6 @@
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
  }
34
34
  }