@cryptic-css/plugin-grid
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -6,10 +6,13 @@ # Change Log | ||
# [3.4.0](https://github.com/wintercounter/ccss/compare/v3.3.0...v3.4.0) (2020-05-11) | ||
# [3.5.0](https://github.com/wintercounter/ccss/compare/v3.3.0...v3.5.0) (2020-06-06) | ||
**Note:** Version bump only for package @cryptic-css/plugin-grid | ||
### Features | ||
* **props:** add support for booleans ([a32fded](https://github.com/wintercounter/ccss/commit/a32fded31d2847b3a5edd94ed9e409e111c838e8)) | ||
# [3.3.0](https://github.com/wintercounter/ccss/compare/v3.2.1...v3.3.0) (2020-04-17) | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "@cryptic-css/plugin-grid", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "> TODO: description", | ||
@@ -8,3 +8,4 @@ "author": "Victor Vincent <wintercounter+ccss@gmail.com>", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/index.js", | ||
"publishConfig": { | ||
@@ -20,5 +21,49 @@ "access": "public" | ||
"test:watch": "mhy jest --watchAll", | ||
"build": "mhy bb --mhy-env=prod", | ||
"build": "npm run build:es6 && npm run build:cjs", | ||
"build:es6": "mhy bb --mhy-env=prod", | ||
"build:cjs": "mhy bb --mhy-env=prod:cjs", | ||
"config": "mhy config typescript -io" | ||
}, | ||
"mhy": { | ||
"mhy": { | ||
"cjs": { | ||
"distFolder": "dist/cjs" | ||
} | ||
}, | ||
"babel": { | ||
"cjs": { | ||
"presets": [ | ||
{ | ||
"$match": { | ||
"query": "$[?(@[0].includes('preset-env'))]", | ||
"value": [ | ||
{ | ||
"$match": { | ||
"index": 1, | ||
"value": { | ||
"modules": "commonjs", | ||
"targets": { | ||
"$replace": { | ||
"node": true, | ||
"browsers": false, | ||
"esmodules": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"plugins": [ | ||
{ | ||
"$prepend": { | ||
"$expression": "$params.require.resolve('babel-plugin-add-module-exports')" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"bugs": { | ||
@@ -31,5 +76,5 @@ "url": "https://github.com/wintercounter/ccss/issues" | ||
"devDependencies": { | ||
"@cryptic-css/core": "^3.4.0" | ||
"@cryptic-css/core": "^3.5.0" | ||
}, | ||
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226" | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
6663
7
51
0