cc-gram 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/cc-gram)
|
|
4
4
|
[](https://www.npmjs.com/package/cc-gram)
|
|
5
|
-
[](https://github.com/EastSun5566/cc-gram/actions/workflows/test.yml)
|
|
6
6
|
[](https://github.com/EastSun5566/cc-gram/blob/master/LICENSE)
|
|
7
7
|
|
|
8
8
|
> 🖼 A CSS & Canvas Instagram filters based on CSSgram
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-gram",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "🖼 A CSS & Canvas Instagram filters based on CSSgram",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"vitest": "^0.25.6"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
|
-
"preinstall": "npx only-allow pnpm",
|
|
65
64
|
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
|
66
65
|
"type-check": "tsc --noEmit",
|
|
67
66
|
"test": "vitest __tests__",
|