Skip to content

Commit

Permalink
fix: added MIT license to inner packages (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sant0shg authored and darthtrevino committed Dec 1, 2018
1 parent e9fb7fd commit e925162
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "dnd-core",
"version": "7.0.1",
"description": "Drag and drop sans the GUI",
"license": "BSD-3-Clause",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation-examples/package.json
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"scripts": {
"clean": "rimraf lib",
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions packages/documentation/package.json
Expand Up @@ -3,6 +3,7 @@
"description": "React DnD Docsite",
"version": "7.0.1",
"private": true,
"license": "MIT",
"dependencies": {
"@types/query-string": "^6.1.1",
"@types/react": "^16.4.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd-html5-backend/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "HTML5 backend for React DnD",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "BSD-3-Clause",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
Expand Down
1 change: 1 addition & 0 deletions packages/react-dnd-test-backend/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "A mock backend for testing React DnD apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd/package.json
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"scripts": {
"clean": "rimraf lib dist",
"bundle:unmin": "webpack --mode development --output-filename=ReactDnD.js",
Expand Down

0 comments on commit e925162

Please sign in to comment.