@eik/postcss-import-map
Advanced tools
+7
-0
@@ -0,1 +1,8 @@ | ||
| ## [2.0.1](https://github.com/eik-lib/postcss-import-map/compare/v2.0.0...v2.0.1) (2020-11-19) | ||
| ### Bug Fixes | ||
| * correct peer dep for PostCSS ([9a25475](https://github.com/eik-lib/postcss-import-map/commit/9a25475d5b0793bb8397fe6b5e393e0e3a8440c2)) | ||
| # [2.0.0](https://github.com/eik-lib/postcss-import-map/compare/v1.2.3...v2.0.0) (2020-11-13) | ||
@@ -2,0 +9,0 @@ |
+64
-64
| { | ||
| "name": "@eik/postcss-import-map", | ||
| "version": "2.0.0", | ||
| "description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules", | ||
| "main": "dist/plugin.js", | ||
| "files": [ | ||
| "dist", | ||
| "CHANGELOG.md" | ||
| ], | ||
| "directories": { | ||
| "dist": "dist" | ||
| }, | ||
| "scripts": { | ||
| "prepare": "npm run -s build", | ||
| "test": "tap test/*.js --no-coverage", | ||
| "test:snapshot": "TAP_SNAPSHOT=1 tap test/*.js --no-coverage", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "build": "rollup -c" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/eik-lib/postcss-import-map.git" | ||
| }, | ||
| "keywords": [ | ||
| "css", | ||
| "postcss", | ||
| "postcss-plugin", | ||
| "import", | ||
| "url" | ||
| ], | ||
| "author": "Finn.no", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/eik-lib/postcss-import-map/issues" | ||
| }, | ||
| "homepage": "https://github.com/eik-lib/postcss-import-map#readme", | ||
| "devDependencies": { | ||
| "@semantic-release/changelog": "5.0.1", | ||
| "@semantic-release/commit-analyzer": "8.0.1", | ||
| "@semantic-release/git": "9.0.0", | ||
| "@semantic-release/github": "7.1.1", | ||
| "@semantic-release/npm": "7.0.6", | ||
| "@semantic-release/release-notes-generator": "9.0.1", | ||
| "eslint": "7.13.0", | ||
| "eslint-config-airbnb-base": "14.2.1", | ||
| "eslint-plugin-import": "2.22.1", | ||
| "eslint-config-prettier": "^6.12.0", | ||
| "fastify": "3.7.0", | ||
| "postcss": "8.1.7", | ||
| "rollup": "2.33.1", | ||
| "semantic-release": "17.2.2", | ||
| "tap": "14.10.8" | ||
| }, | ||
| "dependencies": { | ||
| "css-url-parser": "^1.1.3", | ||
| "node-fetch": "^2.6.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "postcss": "^8.1.7" | ||
| }, | ||
| "prettier": { | ||
| "singleQuote": true, | ||
| "tabWidth": 4 | ||
| } | ||
| "name": "@eik/postcss-import-map", | ||
| "version": "2.0.1", | ||
| "description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules", | ||
| "main": "dist/plugin.js", | ||
| "files": [ | ||
| "dist", | ||
| "CHANGELOG.md" | ||
| ], | ||
| "directories": { | ||
| "dist": "dist" | ||
| }, | ||
| "scripts": { | ||
| "prepare": "npm run -s build", | ||
| "test": "tap test/*.js --no-coverage", | ||
| "test:snapshot": "TAP_SNAPSHOT=1 tap test/*.js --no-coverage", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "build": "rollup -c" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/eik-lib/postcss-import-map.git" | ||
| }, | ||
| "keywords": [ | ||
| "css", | ||
| "postcss", | ||
| "postcss-plugin", | ||
| "import", | ||
| "url" | ||
| ], | ||
| "author": "Finn.no", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/eik-lib/postcss-import-map/issues" | ||
| }, | ||
| "homepage": "https://github.com/eik-lib/postcss-import-map#readme", | ||
| "devDependencies": { | ||
| "@semantic-release/changelog": "5.0.1", | ||
| "@semantic-release/commit-analyzer": "8.0.1", | ||
| "@semantic-release/git": "9.0.0", | ||
| "@semantic-release/github": "7.1.2", | ||
| "@semantic-release/npm": "7.0.6", | ||
| "@semantic-release/release-notes-generator": "9.0.1", | ||
| "eslint": "7.13.0", | ||
| "eslint-config-airbnb-base": "14.2.1", | ||
| "eslint-plugin-import": "2.22.1", | ||
| "eslint-config-prettier": "^6.15.0", | ||
| "fastify": "3.8.0", | ||
| "postcss": "8.1.7", | ||
| "rollup": "2.33.2", | ||
| "semantic-release": "17.2.2", | ||
| "tap": "14.10.8" | ||
| }, | ||
| "dependencies": { | ||
| "css-url-parser": "^1.1.3", | ||
| "node-fetch": "^2.6.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "postcss": "^8.0.0" | ||
| }, | ||
| "prettier": { | ||
| "singleQuote": true, | ||
| "tabWidth": 4 | ||
| } | ||
| } |
12400
3.79%