Skip to content

Commit

Permalink
improve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtrovich committed Aug 15, 2022
1 parent fbdcef5 commit 5e7494b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
{
"name": "php-in-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple adaptation of php functions for javascript",
"main": "es6.js",
"module": "cjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "cjs.js",
"module": "es6.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DimitriSitchet/php-in-js.git"
"url": "git+https://github.com/dimtrovich/php-in-js.git"
},
"keywords": [
"php",
"pollyfil",
"js",
"php-i-js"
"php-in-js"
],
"author": "Dimitri Sitchet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DimitriSitchet/php-in-js/issues"
"url": "https://github.com/dimtrovich/php-in-js/issues"
},
"homepage": "https://github.com/DimitriSitchet/php-in-js#readme"
"homepage": "https://github.com/dimtrovich/php-in-js#readme"
}

0 comments on commit 5e7494b

Please sign in to comment.