Comparing version 1.0.3 to 1.0.5
{ | ||
"name": "vuex-ltm", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "Vuex - Long Term Memory: Async modular persistence for Vuex store.", | ||
"keywords": ["Vuex", "persistence"], | ||
"keywords": [ | ||
"Vuex", | ||
"persistence" | ||
], | ||
"author": { | ||
@@ -20,3 +23,6 @@ "name": "Tomáš Vyčítal", | ||
"types": "dist/types", | ||
"files": ["dist/**/*", "LICENSE*"], | ||
"files": [ | ||
"dist/**/*", | ||
"LICENSE*" | ||
], | ||
"scripts": { | ||
@@ -29,9 +35,19 @@ "build": "npm run build:code && npm run build:types && npm run build:docs", | ||
"clean": "rimraf '{coverage,dist,docs}/*'", | ||
"clean-build": "npm run clean && npm run lint && npm run test && npm run build && npm run check", | ||
"fix": "npm run lint -- --fix", | ||
"gh-pages": "gh-pages -d dist", | ||
"lint": "eslint --ext .js,.ts src test *.js", | ||
"prepublishOnly": "npm run clean-build", | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"test": "TS_NODE_PROJECT='./tsconfig.test.json' nyc mocha", | ||
"test-watch": "TS_NODE_PROJECT='./tsconfig.test.json' mocha --watch" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "lint-staged", | ||
"pre-push": "npm test" | ||
} | ||
}, | ||
"publishConfig": { | ||
"tag": "test" | ||
}, | ||
"babel": { | ||
@@ -59,3 +75,5 @@ "presets": [ | ||
"mocha": { | ||
"extension": ["ts"], | ||
"extension": [ | ||
"ts" | ||
], | ||
"timeout": 10000, | ||
@@ -75,6 +93,17 @@ "recursive": true, | ||
"per-file": true, | ||
"include": ["src/**/*"], | ||
"extension": [".ts"], | ||
"exclude": ["**/*.d.ts", "**/*.spec.ts"], | ||
"reporter": ["html", "text", "text-summary"] | ||
"include": [ | ||
"src/**/*" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"**/*.spec.ts" | ||
], | ||
"reporter": [ | ||
"html", | ||
"text", | ||
"text-summary" | ||
] | ||
}, | ||
@@ -89,2 +118,4 @@ "devDependencies": { | ||
"@babel/runtime": "^7.5.5", | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@types/chai": "^4.1.7", | ||
@@ -105,4 +136,7 @@ "@types/chrome": "0.0.86", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"gh-pages": "^2.1.0", | ||
"husky": "^3.0.2", | ||
"jsdom": "^15.1.1", | ||
"jsdom-global": "^3.0.2", | ||
"lint-staged": "^9.2.1", | ||
"mocha": "^6.2.0", | ||
@@ -118,3 +152,3 @@ "mock-local-storage": "^1.1.8", | ||
"rollup-plugin-terser": "^5.1.1", | ||
"rollup-plugin-typescript2": "^0.22.0", | ||
"rollup-plugin-typescript2": "^0.22.1", | ||
"sinon": "^7.3.2", | ||
@@ -126,3 +160,3 @@ "sinon-chai": "^3.3.0", | ||
"tsconfig-paths": "^3.8.0", | ||
"typedoc": "^0.14.2", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.5.3", | ||
@@ -129,0 +163,0 @@ "vue": "^2.6.10", |
# Vuex - Long Term Memory | ||
[![CircleCI](https://circleci.com/gh/Thomaash/vuex-ltm.svg?style=svg)](https://circleci.com/gh/Thomaash/vuex-ltm) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/Thomaash/vuex-ltm.svg)](https://greenkeeper.io/) | ||
Async modular persistence for Vuex store. | ||
@@ -4,0 +7,0 @@ |
817076
98
50