ztechno_core 0.0.1 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztechno_core",
3
- "version": "0.0.1",
3
+ "version": "0.0.5",
4
4
  "description": "Core files for ztechno framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -13,11 +13,11 @@
13
13
  "scripts": {
14
14
  "test": "jest --config jestconfig.json",
15
15
  "build": "tsc",
16
- "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
16
+ "format": "prettier --write \"lib/**/*.ts\" \"lib/**/*.js\"",
17
17
  "lint": "tslint -p tsconfig.json",
18
- "preversion" : "npm run lint",
19
- "version" : "npm run format && git add -A src",
20
- "postversion" : "git push && git push --tags"
18
+ "preversion": "npm run lint",
19
+ "version": "npm run format && git add -A src",
20
+ "postversion": "git push && git push --tags"
21
21
  },
22
22
  "keywords": [
23
23
  "ztechno",