Skip to content

Commit

Permalink
Fix repository url in package.json (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored and danrot committed Oct 1, 2019
1 parent ebb65d6 commit cd5816f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/admin/package.json
@@ -1,6 +1,6 @@
{
"license": "MIT",
"repository": "https://github.com/sulu/sulu-minimal.git",
"repository": "https://github.com/sulu/skeleton.git",
"scripts": {
"preinstall": "node ../../vendor/sulu/sulu/preinstall.js",
"build": "webpack --mode production",
Expand Down

0 comments on commit cd5816f

Please sign in to comment.