Skip to content

Commit

Permalink
requirejs/text: use npm instead of github dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost committed Dec 28, 2020
1 parent 309e67c commit cf9ccee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
acceptance: '../test/acceptance',
'aw-parser': '../node_modules/aw-parser/dist/aw-parser.amd',
'aw-liner': '../node_modules/aw-liner/dist/aw-liner.amd',
text: '../node_modules/text/text',
text: '../node_modules/requirejs-text/text',
Blob: 'libs/Blob'
},
shim: {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"lodash": "^4.17.20",
"pdfkit": "^0.11.0",
"protoplast": "2.0.3",
"requirejs-text": "^2.0.15",
"snyk": "^1.319.0",
"stdio": "^0.2.7",
"text": "github:requirejs/text"
"stdio": "^0.2.7"
},
"snyk": true
}

0 comments on commit cf9ccee

Please sign in to comment.