Skip to content

Commit

Permalink
Deprecation Warning when using as npm module.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevenancio committed Oct 31, 2017
1 parent 7fc31d5 commit 0b3663b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["env"]
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "gl-matrix",
"description": "Javascript Matrix and Vector library for High Performance WebGL apps",
"version": "2.4.0",
"version": "2.4.1",
"main": "dist/gl-matrix.js",
"module": "src/gl-matrix.js",
"homepage": "http://glmatrix.net",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.24.1",
"jsdoc": "^3.4.3",
"mocha": "^3.4.2",
Expand Down

0 comments on commit 0b3663b

Please sign in to comment.