Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2bca5c401 | |||
| 73a2c578a5 | |||
| 37d68f024e |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jdbernard/vue-common",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
15
package.json
15
package.json
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"name": "@jdbernard/vue-common",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.5",
|
||||
"description": "Extra stuff I always use when building Vue applications.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"/dist"
|
||||
],
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc --build tsconfig.json && cp -r src/components dist/.",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "true",
|
||||
"build-actual": "tsc --build tsconfig.json && cp -r src/components dist/.",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"publish": "npm run build-actual && cp package.json dist/. && (cd dist && npm publish)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user