package.json (bulma-0.9.2) | : | package.json (bulma-0.9.3) | ||
---|---|---|---|---|
{ | { | |||
"_from": "bulma@0.9.2", | "_from": "bulma@0.9.3", | |||
"_id": "bulma@0.9.2", | "_id": "bulma@0.9.3", | |||
"_inBundle": false, | "_inBundle": false, | |||
"_integrity": "sha512-e14EF+3VSZ488yL/lJH0tR8mFWiEQVCMi/BQUMi2TGMBOk+zrDg4wryu wm/+dRSHJw0gMawp2tsW7X1JYUCE3A==", | "_integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6Qo OIrmbj6o8WWJzJYhytiu9nFjTszk1g==", | |||
"_location": "/bulma", | "_location": "/bulma", | |||
"_phantomChildren": {}, | "_phantomChildren": {}, | |||
"_requested": { | "_requested": { | |||
"type": "version", | "type": "version", | |||
"registry": true, | "registry": true, | |||
"raw": "bulma@0.9.2", | "raw": "bulma@0.9.3", | |||
"name": "bulma", | "name": "bulma", | |||
"escapedName": "bulma", | "escapedName": "bulma", | |||
"rawSpec": "0.9.2", | "rawSpec": "0.9.3", | |||
"saveSpec": null, | "saveSpec": null, | |||
"fetchSpec": "0.9.2" | "fetchSpec": "0.9.3" | |||
}, | }, | |||
"_requiredBy": [ | "_requiredBy": [ | |||
"#USER", | "#USER", | |||
"/" | "/" | |||
], | ], | |||
"_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.2.tgz", | "_resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz", | |||
"_shasum": "340011e119c605f19b8ca886bfea595f1deaf23c", | "_shasum": "ddccb7436ebe3e21bf47afe01d3c43a296b70243", | |||
"_spec": "bulma@0.9.2", | "_spec": "bulma@0.9.3", | |||
"_where": "/Users/jthomas/Desktop", | "_where": "/Users/jthomas/Desktop", | |||
"author": { | "author": { | |||
"name": "Jeremy Thomas", | "name": "Jeremy Thomas", | |||
"email": "bbxdesign@gmail.com", | "email": "bbxdesign@gmail.com", | |||
"url": "https://jgthms.com" | "url": "https://jgthms.com" | |||
}, | }, | |||
"bugs": { | "bugs": { | |||
"url": "https://github.com/jgthms/bulma/issues" | "url": "https://github.com/jgthms/bulma/issues" | |||
}, | }, | |||
"bundleDependencies": false, | "bundleDependencies": false, | |||
"deprecated": false, | "deprecated": false, | |||
"description": "Modern CSS framework based on Flexbox", | "description": "Modern CSS framework based on Flexbox", | |||
"devDependencies": { | "devDependencies": { | |||
"autoprefixer": "^9.8.0", | "autoprefixer": "^9.8.6", | |||
"clean-css-cli": "^4.3.0", | "clean-css-cli": "^4.3.0", | |||
"node-sass": "^4.14.1", | "node-sass": "^4.14.1", | |||
"postcss-cli": "^7.1.1", | "postcss-cli": "^7.1.2", | |||
"rimraf": "^3.0.2" | "rimraf": "^3.0.2" | |||
}, | }, | |||
"files": [ | "files": [ | |||
"css", | "css", | |||
"sass", | "sass", | |||
"bulma.sass", | "bulma.sass", | |||
"LICENSE", | "LICENSE", | |||
"README.md" | "README.md" | |||
], | ], | |||
"homepage": "https://bulma.io", | "homepage": "https://bulma.io", | |||
skipping to change at line 81 | skipping to change at line 81 | |||
"clean": "rimraf css", | "clean": "rimraf css", | |||
"deploy": "npm run clean && npm run build && npm run rtl", | "deploy": "npm run clean && npm run build && npm run rtl", | |||
"rtl": "npm run rtl-sass && npm run rtl-autoprefix && npm run rtl-cleancss", | "rtl": "npm run rtl-sass && npm run rtl-autoprefix && npm run rtl-cleancss", | |||
"rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma -rtl.css css/bulma-rtl.css", | "rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma -rtl.css css/bulma-rtl.css", | |||
"rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", | "rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", | |||
"rtl-sass": "node-sass --output-style expanded --source-map true bulma-rtl.s ass css/bulma-rtl.css", | "rtl-sass": "node-sass --output-style expanded --source-map true bulma-rtl.s ass css/bulma-rtl.css", | |||
"start": "npm run build-sass -- --watch" | "start": "npm run build-sass -- --watch" | |||
}, | }, | |||
"style": "bulma/css/bulma.min.css", | "style": "bulma/css/bulma.min.css", | |||
"unpkg": "css/bulma.css", | "unpkg": "css/bulma.css", | |||
"version": "0.9.2" | "version": "0.9.3" | |||
} | } | |||
End of changes. 9 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added |