Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
msolefonte committed Oct 27, 2020
1 parent a5330e3 commit 9d3f929
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- For testing purposes

## [1.0.3] - TBA
## [1.0.3] - 27/10/2020

- Update README.md to use absolute links
- Minor refactoring
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "@achievement-watcher/celes",
"version": "1.0.2",
"author": "Achievement Watcher Team",
"version": "1.0.3",
"license": "GPL-3.0",
"description": "File and registry scraper that obtains and stores game achievements, whatever the origin",
"keywords": [
"achievements",
"achievement-watcher",
"games",
"scraper",
"trophies"
],
"bugs": {
"url": "https://github.com/achievement-watcher/celes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/achievement-watcher/celes"
},
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
Expand All @@ -15,17 +31,6 @@
"test:coverage": "nyc --reporter=html --reporter=text npm run test",
"test:coverage:lcov": "nyc --reporter=lcovonly npm run test"
},
"contributors": [
{
"name": "Marc Solé",
"url": "https://github.com/msolefonte"
},
{
"name": "Anthony Beaumont",
"url": "https://github.com/xan105"
}
],
"license": "GPL-3.0",
"dependencies": {
"@types/fs-ext": "^2.0.0",
"@types/ini": "^1.3.30",
Expand Down

0 comments on commit 9d3f929

Please sign in to comment.