1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Merge pull request #139 from alefteris/valid-spdx

Set a valid SPDX license identifier in package.json
This commit is contained in:
Kegsay
2016-07-05 12:57:38 +01:00
committed by GitHub

View File

@@ -22,7 +22,7 @@
], ],
"browser": "browser-index.js", "browser": "browser-index.js",
"author": "matrix.org", "author": "matrix.org",
"license": "Apache 2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"browser-request": "^0.3.3", "browser-request": "^0.3.3",
"browserify": "^10.2.3", "browserify": "^10.2.3",