Skip to content

Commit

Permalink
Update package version and urls
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Jan 7, 2020
1 parent 2cb2f10 commit 65f7566
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 75 deletions.
8 changes: 4 additions & 4 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "yarn-editor",
"main": "main.js",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"author": " @infinite_ammo, @seiyria, @beeglebug ,Todor Imreorov",
"description": "Dialogue editor created for \"Night in the Woods\" (and other projects) by @NoelFB and @infinite_ammo with contributions from @seiyria and @beeglebug. It is heavily inspired by and based on the amazing Twine software: http://twinery.org/. This version has been ported over to Electron and extended with further functionality by Todor Imreorov",
"homepage": "https://github.com/InfiniteAmmoInc/Yarn#readme",
"homepage": "https://github.com/YarnSpinnerTool/YarnEditor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/InfiniteAmmoInc/Yarn.git"
"url": "git+https://github.com/YarnSpinnerTool/YarnEditor.git"
},
"bugs": {
"url": "https://github.com/InfiniteAmmoInc/Yarn/issues"
"url": "https://github.com/YarnSpinnerTool/YarnEditor/issues"
},
"scripts": {
"build-web-app-dev": "cd .. && npm run build-dev && npm run copy-web-app",
Expand Down
195 changes: 126 additions & 69 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/YarnSpinnerTool/YarnEditor/issues"
},
"version": "0.4.1",
"version": "0.2.3",
"scripts": {
"build": "webpack -p --progress --mode production --config webpack.config.js",
"build-dev": "cross-env NODE_ENV=dev webpack -p --progress --config webpack.config.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"css-url-relative-plugin": "^1.0.0",
Expand Down

0 comments on commit 65f7566

Please sign in to comment.