Commits on Source (8)
-
Alex authored
* Create index.d.ts * Create server.d.ts * Update index.d.ts * Update server.d.ts
Unverified5a77f92d -
Zandor Smith authoredbac33433
-
Zandor Smith authored87c11619
-
Zandor Smith authored12f77532
-
Zandor Smith authored567e799c
-
Zandor Smith authored5ab18656
-
Zandor Smith authored9ca92d61
-
semantic-release-bot authored
# [1.1.0](v1.0.1...v1.1.0) (2022-10-26) ### Bug Fixes * Include dist folder in package. ([5ab18656](5ab18656)) ### Features * Rename repository and implement sementic-release pipeline. ([12f77532](12f77532))
d893d0b1
Showing
- .gitlab-ci.yml 71 additions, 0 deletions.gitlab-ci.yml
- .npmignore 4 additions, 0 deletions.npmignore
- .releaserc.json 17 additions, 0 deletions.releaserc.json
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- index.d.ts 15 additions, 0 deletionsindex.d.ts
- package.json 13 additions, 6 deletionspackage.json
- renovate.json 7 additions, 0 deletionsrenovate.json
- server.d.ts 12 additions, 0 deletionsserver.d.ts
- yarn.lock 3151 additions, 20 deletionsyarn.lock
.gitlab-ci.yml
0 → 100644
.releaserc.json
0 → 100644
CHANGELOG.md
0 → 100644
index.d.ts
0 → 100644
{ | ||
"name": "react-meta-tags", | ||
"name": "@zandor300/react-meta-tags", | ||
"description": "Handle document meta/head tags in isomorphic react with ease.", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"main": "lib/index.js", | ||
"author": "Sudhanshu Yadav", | ||
"author": "Zandor Smith", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/s-yadav/react-meta-tags" | ||
"url": "https://git.zsinfo.nl/Zandor300/react-meta-tags" | ||
}, | ||
"bugs": { | ||
"mail": "sudhanshuyadav2@gmail.com", | ||
"url": "https://github.com/s-yadav/react-meta-tags/issues" | ||
"url": "https://github.com/Zandor300/react-meta-tags/issues" | ||
}, | ||
"keywords": [ | ||
"react-component", | ||
... | ... | @@ -28,7 +28,8 @@ |
"start": "cross-env npm run start-dev | nodemon example.js", | ||
"start-dev": "cross-env webpack-dev-server --content-base example/ --config webpack.dev.config.js --watch-poll --progress --inline --hot", | ||
"bundle": "cross-env NODE_ENV=production rollup -c rollup.config.js && npm run compile", | ||
"compile": "cross-env babel src --out-dir lib" | ||
"compile": "cross-env babel src --out-dir lib", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
... | ... | @@ -38,6 +39,11 @@ |
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.6", | ||
"@semantic-release/gitlab": "^9.4.2", | ||
"@semantic-release/npm": "^9.0.1", | ||
"babel-eslint": "^9.0.0", | ||
"babel-loader": "^8.0.2", | ||
"babel-plugin-add-module-exports": "^1.0.0", | ||
... | ... | @@ -62,6 +68,7 @@ |
"rollup-plugin-node-resolve": "^3.4.0", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"rollup-plugin-uglify": "^5.0.2", | ||
"semantic-release": "^19.0.5", | ||
"webpack": "^4.17.1", | ||
"webpack-cli": "^3.1.0", | ||
"webpack-dev-server": "^3.1.7" | ||
... | ... |
renovate.json
0 → 100644
server.d.ts
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.