@taqueria/protocol 0.0.2 → 0.0.5-test1
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 +2 -4
package/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/protocol",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5-test1",
|
|
4
4
|
"description": "A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
-
"build": "echo 'Nothing to build.' "
|
|
9
|
-
"build-ci": "echo \"just passing through for CI, no need to build\" && exit 0",
|
|
10
|
-
"prod-config-ci": "echo \"just passing through for CI, no need to update SDK dependency\" && exit 0"
|
|
8
|
+
"build": "echo 'Nothing to build.' && exit 0 "
|
|
11
9
|
},
|
|
12
10
|
"keywords": [
|
|
13
11
|
"taqueria",
|