Browse Source

adding

master
Björn 4 years ago
parent
commit
e86655fd9c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -1,7 +1,7 @@
{
"name": "tiny-tags",
"version": "1.0.0",
"description": "Form Field, add Tags to a List",
"description": "Form Field Component to add Tags to a List",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git@gitlab.tentakelfabrik.de:tentakelfabrik/tiny-components/tiny-tags.git"
"url": "git@github.com:tentakelfabrik/tiny-tags.git"
},
"author": "Björn Hase",
"license": "MIT",


Loading…
Cancel
Save