Skip to content

Commit

Permalink
Merge pull request #5 from MadeHQ/package-update
Browse files Browse the repository at this point in the history
change entry file
  • Loading branch information
vipen-made authored Mar 28, 2022
2 parents ca8fa36 + 249b67d commit bd7127a
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "calus",
"version": "0.1.0",
"description": "a snappy vue calendar/date selector",
"main": "./dist/calus.lib.js",
"scripts": {
"build": "NODE_ENV=production webpack --verbose",
"devbuild": "NODE_ENV=development webpack",
"start": "npx http-server . -d",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "NODE_ENV=development webpack --watch"
},
"typings": "./index.d.ts",
"author": "",
"license": "ISC",
"dependencies": {
"luxon": "^2.3.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"http-server": "^0.12.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadeHQ/calus.git"
},
"bugs": {
"url": "https://github.com/MadeHQ/calus/issues"
},
"homepage": "https://github.com/MadeHQ/calus#readme"
"name": "calus",
"version": "1.0.2-alpha",
"description": "a snappy vue calendar/date selector",
"main": "./calus.js",
"scripts": {
"build": "NODE_ENV=production webpack --verbose",
"devbuild": "NODE_ENV=development webpack",
"start": "npx http-server . -d",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "NODE_ENV=development webpack --watch"
},
"typings": "./index.d.ts",
"author": "",
"license": "ISC",
"dependencies": {
"luxon": "^2.3.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"http-server": "^0.12.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadeHQ/calus.git"
},
"bugs": {
"url": "https://github.com/MadeHQ/calus/issues"
},
"homepage": "https://github.com/MadeHQ/calus#readme"
}

0 comments on commit bd7127a

Please sign in to comment.