geometry.js
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "geometry.js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A collection of ES6 classes for simple geometric objects and calculations", | ||
"main": "dist/geometry.min.js", | ||
"scripts": { | ||
"test": "gulp test" | ||
"build": "webpack", | ||
"test": "jasmine" | ||
}, | ||
@@ -20,3 +21,3 @@ "repository": { | ||
"author": "Nate Abele <nate@radify.io>", | ||
"license": "BSD", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
@@ -27,10 +28,14 @@ "url": "https://github.com/radify/geometry.js/issues" | ||
"devDependencies": { | ||
"awesome-typescript-loader": "^3.2.3", | ||
"babel": "^5.8.21", | ||
"gulp-babel": "^5.2.1", | ||
"gulp-concat": "^2.5.2", | ||
"gulp-jasmine": "^2.0.1", | ||
"gulp-sourcemaps": "^1.5.2", | ||
"gulp-uglify": "^1.2.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"jasmine-node": "^1.14.5", | ||
"source-map-loader": "^0.2.1", | ||
"typescript": "^2.5.2", | ||
"webpack": "^3.6.0", | ||
"yargs": "^3.7.2" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
[![Travis Build Status](https://travis-ci.org/radify/geometry.js.svg)](https://travis-ci.org/radify/geometry.js?branch=master) | ||
# Geometry.js | ||
@@ -12,8 +14,8 @@ | ||
You can grab it directly from GitHub using NPM or JSPM: | ||
You can grab it directly from NPM or JSPM: | ||
```bash | ||
npm install https://github.com/radify/geometry.js | ||
npm install geometry.js | ||
# or | ||
jspm install https://github.com/radify/geometry.js | ||
jspm install geometry.js | ||
``` | ||
@@ -20,0 +22,0 @@ |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
18
0
1
42
37854
11
861
1