Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit eff6392

Browse files
juliandescottesjasonLaster
authored andcommitted
Fix licenses and description for package.json files used in mochitests (#5264)
1 parent b51cdf4 commit eff6392

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/test/mochitest/examples/sourcemaps-reload/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "sourcemaps-reload",
33
"version": "1.0.0",
4-
"description": "",
5-
"main": "sorted.js",
4+
"description": "Rebuild assets for sourcemaps-reload test, see README.md in the same folder",
65
"scripts": {
76
"test": "echo \"Error: no test specified\" && exit 1"
87
},
98
"keywords": [],
109
"author": "",
11-
"license": "ISC",
10+
"license": "MPL-2.0",
1211
"dependencies": {},
1312
"devDependencies": {
1413
"babel-core": "^6.26.0",

src/test/mochitest/examples/sourcemaps3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "sorted-es6",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Rebuild assets for sourcemaps3 test",
55
"main": "sorted.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
1010
"author": "",
11-
"license": "ISC",
11+
"license": "MPL-2.0",
1212
"dependencies": {},
1313
"devDependencies": {
1414
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)