binhend 1.2.1 → 1.2.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binhend",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "Nguyen Duc Binh",
@@ -134,7 +134,7 @@ function WebBuilder(binh, Binh) {
134
134
 
135
135
  var { source, web, module } = getAbsolutePaths(webPath, sourcePath, modulePath);
136
136
 
137
- ComponentFormat.generate(source, web, () => ComponentBuild.generate(source, web, module));
137
+ ComponentFormat.generate(source, module, () => ComponentBuild.generate(source, web, module));
138
138
 
139
139
  Binh.web.value = web;
140
140