Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
refactor: add a third party licenses file
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 17, 2019
1 parent f20d8d1 commit e06fdd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ lib
generated
config.gypi
build
drafterjs.gyp
drafterjs.gyp
THIRD_PARTY_LICENSES.txt
2 changes: 1 addition & 1 deletion ext/protagonist
Submodule protagonist updated 3 files
+2 −0 .gitignore
+1 −1 drafter
+2 −4 package.json
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Pure JS Drafter built with Emscripten",
"main": "lib/drafter.nomem.js",
"files": [
"THIRD_PARTY_LICENSES.txt",
"drafter.d.ts",
"lib/drafter.js",
"lib/drafter.js.mem",
Expand All @@ -15,6 +16,7 @@
"test": "node --version | grep -q -E \"v(4|6)\" && npm run test:exclude-await || npm run test:await",
"build": "./scripts/wrap.js && docker run --rm -v $(pwd):/src -t apiaryio/emcc:1.38.11 scripts/emcbuild.sh",
"clean": "docker run --rm -v $(pwd):/src -t apiaryio/emcc:1.38.11 scripts/emcclean.sh",
"prepack": "cp ext/protagonist/drafter/THIRD_PARTY_LICENSES.txt .",
"release": "scripts/release.sh"
},
"browser": {
Expand Down

0 comments on commit e06fdd4

Please sign in to comment.