Update NPM and add unpkg CDN

This commit is contained in:
Lucas 2019-12-11 15:07:21 +07:00
parent 3fffd037a9
commit f2adc7813b
7 changed files with 32 additions and 35 deletions

View file

@ -1,14 +1,14 @@
{
"name": "@picocss/pico",
"version": "1.0.1",
"version": "1.0.2",
"description": "Graceful & Minimal CSS design system in pure semantic HTML",
"author": "Lucas Larroche <lucas@larroche.com>",
"main": "css/pico.min.css",
"author": "Lucas Larroche",
"main": "./css/pico.min.css",
"homepage": "https://picocss.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/picocss/pico.git"
"url": "git+https://github.com/picocss/pico.git"
},
"keywords": [
"css",
@ -18,7 +18,7 @@
"semantic",
"minimal",
"lightweight",
"scss-framwork",
"scss-framework",
"native-html"
],
"bugs": {