objs-core 1.0.4 → 1.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.
Files changed (1) hide show
  1. package/package.json +9 -4
package/package.json CHANGED
@@ -1,22 +1,25 @@
1
1
  {
2
2
  "name": "objs-core",
3
- "version": "1.0.4",
4
- "homepage": "https://github.com/foggysq/objs",
3
+ "version": "1.0.5",
4
+ "homepage": "https://fous.name/objs/",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/foggysq/objs.git"
8
8
  },
9
- "author": "Roman Torshin <inbox@fous.name> (https://fous.name/objs)",
9
+ "author": "Roman Torshin <inbox@fous.name>",
10
10
  "license": "Apache-2.0",
11
11
  "bugs": {
12
12
  "url": "https://github.com/foggysq/objs/issues"
13
13
  },
14
14
  "main": "objs.npm.1.0.js",
15
15
  "scripts": {
16
- "test": "echo \"Error: tests are here: https://fous.name/objs/documentation\" && exit 1"
16
+ "test": "https://fous.name/objs/documentation/"
17
17
  },
18
18
  "keywords": [
19
19
  "objs",
20
+ "fast coding",
21
+ "optimisation",
22
+ "samples",
20
23
  "test",
21
24
  "script cache",
22
25
  "optimize",
@@ -25,6 +28,8 @@
25
28
  "library",
26
29
  "sample",
27
30
  "state",
31
+ "ajax",
32
+ "caching",
28
33
  "dom control"
29
34
  ],
30
35
  "description": "JS library for fast develop, states control and optimisation with auto tests."