anymal-protocol 1.0.0 → 1.0.1
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/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
## Anymal Protocol Package
|
|
2
|
+
|
|
3
|
+
### This package includes functions used within the Anymal Ecosystem.
|
|
4
|
+
|
|
5
|
+
Build Process Steps
|
|
6
|
+
|
|
7
|
+
### Step 1:
|
|
8
|
+
|
|
9
|
+
``npm build``
|
|
10
|
+
|
|
11
|
+
### Step 2: Set a new version
|
|
12
|
+
|
|
13
|
+
Patch Version: ``npm version patch``
|
|
14
|
+
|
|
15
|
+
Minor Version: ``npm version minor``
|
|
16
|
+
|
|
17
|
+
Major Version: ``npm version major``
|
|
18
|
+
|
|
19
|
+
### Step 3: Publish the package
|
|
20
|
+
|
|
21
|
+
``npm publish``
|
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/anymal-protocol.iml" filepath="$PROJECT_DIR$/.idea/anymal-protocol.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|