@acentera/node 0.0.11 → 0.0.12

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 (3) hide show
  1. package/README +0 -2
  2. package/README.md +0 -5
  3. package/package.json +1 -1
package/README CHANGED
@@ -1,2 +0,0 @@
1
- git commit .
2
- npm version patch
package/README.md CHANGED
@@ -1,11 +1,6 @@
1
1
  # How to build
2
2
  ------------------------
3
3
 
4
- docker pull registry.gitlab.com/acentera/docker-shared/tools/acentera_core-v0.0.7-amd64
5
- docker tag registry.gitlab.com/acentera/docker-shared/tools/acentera_core-v0.0.7-amd64 acentera_core:latest
6
-
7
- git clone git@bitbucket.org:acentera/acentera-core-plugin.git acentera-core-plugin
8
-
9
4
  git commit .
10
5
  npm version patch
11
6
  npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acentera/node",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "ACenterA library",
5
5
  "main": "acentera.node",
6
6
  "scripts": {},