Skip to content

Commit

Permalink
Merge pull request #21 from MRamos62786/LicenseToMIT
Browse files Browse the repository at this point in the history
Update License in package.json to MIT
  • Loading branch information
yaronn authored Dec 3, 2017
2 parents dfeb4ce + c617967 commit 93225b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"repository" : {
"type":"git",
"repository" : {
"type":"git",
"url":"https://github.com/yaronn/xpath.js.git" },
"main": "./xpath.js",
"directories": { },
"scripts": {
"test": "nodeunit tests/test.js"
},
"keywords": ["xpath", "xml"],
"license": "Creative Commons Attribution-ShareAlike License"
"license": "MIT"
}

0 comments on commit 93225b3

Please sign in to comment.