@isense-development/test-npm 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.idea/modules.xml +8 -0
- package/.idea/test-npm.iml +8 -0
- package/index.js +6 -1
- package/package.json +1 -1
@@ -0,0 +1,8 @@
|
|
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
|
+
<orderEntry type="inheritedJdk" />
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
</component>
|
8
|
+
</module>
|
package/index.js
CHANGED