Skip to content

Commit f59df9d

Browse files
committed
update pkg
1 parent 4a7af4e commit f59df9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@atomico/postcss-imported",
3-
"version": "1.4.3",
4-
"description": "Transform a simple object into tokens for webcomponents or html",
3+
"version": "1.0.0",
4+
"description": "This plugin allows to know the local imports, in order to be observed by third-party tools",
55
"main": "./dist/postcss-imported.cjs",
66
"module": "./dist/postcss-imported.mjs",
77
"types": "./types/postcss-imported.d.ts",
@@ -18,7 +18,7 @@
1818
"test": "uvu -r tsm tests",
1919
"types": "tsc",
2020
"build": "rollup -c",
21-
"prepublishOnly": "npm run test && npm run types && npm run build"
21+
"prepublishOnly": "npm run types && npm run build"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)