Skip to content

Commit da2529d

Browse files
committed
Fix the license getter
1 parent b8a01a9 commit da2529d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ console.log("Change to the 'nativescript-theme-core' folder and you can now do y
4646
* Create package.json from the original one
4747
*/
4848
function createPackageJson() {
49-
const outputPackageJson = (({ name, version, description, author, homepage, licence, repository }) =>
49+
const outputPackageJson = (({ name, version, description, author, homepage, license, repository }) =>
5050
({ name,
5151
version,
5252
description,
5353
author,
5454
homepage,
55-
licence,
55+
license,
5656
repository }))(pjs);
5757

5858
outputPackageJson.nativescript = {

0 commit comments

Comments
 (0)