icssoa 4 rokov pred
rodič
commit
d51fb9b5bc
2 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 0 1
      .gitignore
  2. 1 1
      package.json

+ 0 - 1
.gitignore

@@ -10,7 +10,6 @@ node_modules
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
-yarn.lock
 
 # Editor directories and files
 .idea

+ 1 - 1
package.json

@@ -9,7 +9,6 @@
 		"inspect": "vue inspect --mode=production > output.js"
 	},
 	"dependencies": {
-		"@vue/composition-api": "^1.0.0-rc.5",
 		"axios": "^0.21.1",
 		"cl-admin": "^1.5.3",
 		"cl-admin-crud": "^1.6.8",
@@ -37,6 +36,7 @@
 		"vuex": "^3.4.0"
 	},
 	"devDependencies": {
+		"@vue/composition-api": "^1.0.0-rc.5",
 		"@typescript-eslint/parser": "^3.0.0",
 		"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
 		"@vue/babel-preset-jsx": "^1.1.2",