@salty-css/core 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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/core",
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",
@@ -56,7 +56,9 @@
56
56
  }
57
57
  },
58
58
  "bin": {
59
+ "salty": "./bin/index.js",
59
60
  "salty-css": "./bin/index.js",
60
- "salty-css-cjs": "./bin/index.cjs"
61
+ "salty-css-cjs": "./bin/index.cjs",
62
+ "@salty-css/core": "./bin/index.js"
61
63
  }
62
64
  }