Comparing version 0.0.22 to 0.0.23
{ | ||
"name": "2gl", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "WebGL library for 2GIS projects", | ||
@@ -10,3 +10,3 @@ "repository": { | ||
"main": "index.js", | ||
"license" : "SEE LICENSE IN FILE", | ||
"license": "SEE LICENSE IN FILE", | ||
"dependencies": { | ||
@@ -16,7 +16,7 @@ "gl-matrix": "^2.3.1" | ||
"devDependencies": { | ||
"babel-cli": "^6.3.15", | ||
"babel-cli": "^6.5.1", | ||
"babel-eslint": "^5.0.0", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-register": "^6.3.13", | ||
"babel-register": "^6.5.2", | ||
"babelify": "^7.2.0", | ||
@@ -53,6 +53,6 @@ "browserify": "^13.0.0", | ||
"doc": "./node_modules/.bin/jsdoc src -r -R README.md -t node_modules/minami -c jsdoc.json -d docs", | ||
"test": "./node_modules/babel-cli/bin/babel-node.js ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- test/*.spec.js test/**/*.spec.js", | ||
"test:dev": "./node_modules/.bin/_mocha --compilers js:babel-register -w test/*.spec.js test/**/*.spec.js", | ||
"test": "npm run build:shaders && ./node_modules/babel-cli/bin/babel-node.js ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- test/*.spec.js test/**/*.spec.js", | ||
"test:dev": "npm run build:shaders && ./node_modules/.bin/_mocha --compilers js:babel-register -w test/*.spec.js test/**/*.spec.js", | ||
"pub": "npm run build && npm run build:es5 && npm publish && git clean -d -f" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
89325
4
326
1