We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7af4e commit f59df9dCopy full SHA for f59df9d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@atomico/postcss-imported",
3
- "version": "1.4.3",
4
- "description": "Transform a simple object into tokens for webcomponents or html",
+ "version": "1.0.0",
+ "description": "This plugin allows to know the local imports, in order to be observed by third-party tools",
5
"main": "./dist/postcss-imported.cjs",
6
"module": "./dist/postcss-imported.mjs",
7
"types": "./types/postcss-imported.d.ts",
@@ -18,7 +18,7 @@
18
"test": "uvu -r tsm tests",
19
"types": "tsc",
20
"build": "rollup -c",
21
- "prepublishOnly": "npm run test && npm run types && npm run build"
+ "prepublishOnly": "npm run types && npm run build"
22
},
23
"repository": {
24
"type": "git",
0 commit comments