@aptre/common 0.16.0 → 0.16.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.
Files changed (2) hide show
  1. package/Makefile +3 -0
  2. package/package.json +1 -1
package/Makefile CHANGED
@@ -29,6 +29,9 @@ $(PROJECT_DIR)/node_modules:
29
29
  $(PROJECT_TOOLS_DIR):
30
30
  @cd $(PROJECT_DIR); go run -v github.com/aperturerobotics/common $(TOOLS_DIR)
31
31
 
32
+ .PHONY: tools
33
+ tools: $(PROJECT_TOOLS_DIR)
34
+
32
35
  # Build tool rule
33
36
  define build_tool
34
37
  $(PROJECT_DIR)/$(1): $(PROJECT_TOOLS_DIR)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aptre/common",
3
3
  "description": "Common project configuration files and dependencies.",
4
- "version": "0.16.0",
4
+ "version": "0.16.1",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Aperture Robotics LLC.",