@viewar/guide
Advanced tools
Comparing version 0.20.2 to 1.0.0
{ | ||
"name": "@viewar/guide", | ||
"version": "0.20.2", | ||
"version": "1.0.0", | ||
"description": "ViewAR Guide", | ||
@@ -18,4 +18,20 @@ "main": "dist/@viewar/guide.js", | ||
"prepublishOnly": "npm run build", | ||
"format": "prettier --single-quote --trailing-comma es5 '**/*.{js,md,json}' --write" | ||
"format": "prettier '**/*.{js,md,json}' --write", | ||
"lint": "eslint src" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"git add" | ||
], | ||
"*.{js,json,css,scss,md,jsx}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"repository": { | ||
@@ -39,2 +55,3 @@ "type": "git", | ||
"@babel/core": "^7.4.3", | ||
"@babel/eslint-parser": "^7.16.5", | ||
"@babel/node": "^7.2.2", | ||
@@ -44,5 +61,11 @@ "@babel/plugin-proposal-object-rest-spread": "^7.4.3", | ||
"babel-loader": "^8.0.5", | ||
"copy-webpack-plugin": "^5.1.2", | ||
"eslint": "^8.5.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"faucet": "0.0.1", | ||
"glob": "^7.1.4", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.1.3", | ||
"lodash": "^4.17.20", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^2.6.3", | ||
@@ -49,0 +72,0 @@ "tape": "^4.9.1", |
@@ -7,2 +7,2 @@ # ViewAR Guide | ||
Usage of the guide at the moment not possible without the ViewAR's guidebot app. | ||
Usage of the guide at the moment not possible without the ViewAR's guidebot app. |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
178999
4
1
8
20