Comparing version 1.0.1 to 1.0.2
@@ -5,4 +5,4 @@ { | ||
"repository": "https://github.com/CompeyDev/roblox.js", | ||
"version": "1.0.1", | ||
"main": "dist/src/index.js", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
"typings": "./lib/types/types.d.ts", | ||
@@ -14,6 +14,6 @@ "author": "hi@devcomp.xyz", | ||
"watch": "tsc -w", | ||
"build": "tsc", | ||
"build": "tsc && bash export.sh", | ||
"test": "mocha dist/tests/tests.mocha.js", | ||
"push": "yarn test && git push origin", | ||
"prepublish": "yarn build && yarn test", | ||
"prepublishOnly": "yarn build && yarn test", | ||
"publish": "yarn publish dist" | ||
@@ -20,0 +20,0 @@ }, |
@@ -10,3 +10,4 @@ { | ||
}, | ||
"include": ["lib/types/*", "package.json"] | ||
"include": ["**/*.ts"], | ||
"exclude": ["node_modules"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128928
34
664