Skip to content

Commit

Permalink
🌱 Updated packages and added keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
pnutmath committed Sep 30, 2020
1 parent b8ebdaa commit 567a0de
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 89 deletions.
42 changes: 21 additions & 21 deletions dist/nitrozen.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/nitrozen.common.js.map

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions dist/nitrozen.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/nitrozen.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/nitrozen.umd.min.js.map

Large diffs are not rendered by default.

43 changes: 3 additions & 40 deletions package-lock.json

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

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gofynd/nitrozen-vue",
"version": "0.0.20",
"version": "0.0.21",
"description": "Fynd Design Library for Vue",
"homepage": "https://github.com/gofynd/nitrozen-vue#readme",
"author": "Aayush Jain<[email protected]>",
Expand All @@ -10,6 +10,12 @@
"module": "dist/nitrozen.umd.js",
"unpkg": "dist/nitrozen.umd.min.js",
"types": "./types/index.d.ts",
"keywords": [
"nitrozen",
"vue",
"fynd",
"nitrozen-vue"
],
"scripts": {
"serve": "vue-cli-service serve --port 4000",
"build": "vue-cli-service build",
Expand All @@ -25,11 +31,10 @@
],
"dependencies": {
"animejs": "^3.2.0",
"core-js": "^3.6.4",
"core-js": "^3.6.5",
"hammerjs": "^2.0.8",
"shortid": "^2.2.15",
"vue": "^2.6.11",
"vue-router": "^3.1.5"
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
Expand Down

0 comments on commit 567a0de

Please sign in to comment.