yamlstar 0.1.0 → 0.1.3

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/Makefile CHANGED
@@ -13,13 +13,8 @@ MAKES-REALCLEAN := \
13
13
  $(NODE-MODULES) \
14
14
 
15
15
 
16
- ifeq ($(OS-NAME),windows)
17
- test: $(NODE-MODULES) $(LIBYAMLSTAR-SO)
18
- PATH="$(LIBYS)/lib:$$PATH" node test/test.js
19
- else
20
16
  test: $(NODE-MODULES) $(LIBYAMLSTAR-SO)
21
17
  node test/test.js
22
- endif
23
18
 
24
19
  build: $(LIBYAMLSTAR-SO)
25
20
 
@@ -1,4 +1,4 @@
1
- const yamlstarVersion = '0.1.0-SNAPSHOT';
1
+ const yamlstarVersion = '0.1.3';
2
2
 
3
3
  const ffi = require('@makeomatic/ffi-napi');
4
4
  const ref = require('ref-napi');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yamlstar",
3
- "version": "0.1.0",
4
- "description": "Pure YAML 1.2 loader - Node.js bindings",
3
+ "version": "0.1.3",
4
+ "description": "YAML 1.2 loader - Node.js bindings",
5
5
  "main": "lib/yamlstar/index.js",
6
6
  "author": "Ingy döt Net",
7
7
  "license": "MIT",