Skip to content

Commit

Permalink
rewrite for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
adriano-tirloni committed Jul 18, 2022
1 parent 3c534ed commit 0ffae75
Show file tree
Hide file tree
Showing 57 changed files with 129 additions and 297 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/resolve-patch-b5bfe46717-2443b94d34.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
56 changes: 56 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "google-fonts-css2",
"version": "2.0.0",
"description": "A Javascript package to integrate with Google Fonts API.",
"author": "Adriano Tirloni",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adriano-tirloni/google-fonts-css2.git"
},
"homepage": "https://github.com/adriano-tirloni/google-fonts-css2",
"bugs": {
"url": "https://github.com/adriano-tirloni/google-fonts-css2/issues",
"email": "[email protected]"
},
"//comment// main & module": "main and module keys are present for backwards compaibility, read on : https://nodejs.org/api/packages.html#dual-commonjses-module-packages",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"scripts": {
"release": "yarn build:dev && yarn build:prod",
"build": "rollup -c -m && bash ./postbuild"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"babel-loader": "^8.2.5",
"rollup": "^2.77.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"dist/"
],
"keywords": [
"google",
"google fonts",
"fonts",
"css2",
"variable fonts",
"google fonts api",
"google fonts url",
"material icons",
"material symbols"
],
"engines": {
"node": ">=8",
"npm": ">=5"
}
}
Loading

0 comments on commit 0ffae75

Please sign in to comment.