RubyGems
npm
Organizations
Log in
Sign up
npm
@makano/rew
Versions diffs
1.2.34 → 1.2.35
@makano/rew 1.2.34 → 1.2.35
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/rew/pkgs/conf.js
+1
-0
package/package.json
+1
-1
package/lib/rew/pkgs/conf.js
CHANGED
Viewed
@@ -101,6 +101,7 @@ module.exports = (context) => ({
101
101
remove: (key) => defaultCenter.remove(key),
102
102
root: rootPath,
103
103
package: packageName,
104
+
loadYaml: (file) => jsYaml.load(fs.readFileSync(file, { encoding: 'utf-8' }))
104
105
};
105
106
},
106
107
});
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@makano/rew",
3
-
"version": "1.2.
34
",
3
+
"version": "1.2.
35
",
4
4
"description": "A simple coffescript runtime and app manager",
5
5
"main": "main.js",
6
6
"directories": {