Skip to content

Commit

Permalink
added package.json for typeDef
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranberry committed Feb 25, 2024
1 parent d54f74e commit bdd9efe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/simple_file_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,15 @@ String get assetsNote {
// place images, fonts and other assets here
''';
}

// Add node package
// npm i @types/twine-sugarcube
String get nodePackageContent {
return '''
{
"devDependencies": {
"@types/twine-sugarcube": "*"
}
}
''';
}

0 comments on commit bdd9efe

Please sign in to comment.