1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

build-plugins.js: add missing shebang (#30743)

This commit is contained in:
XhmikosR 2020-05-05 21:20:44 +03:00 committed by GitHub
parent c33457dc2d
commit 515bdd4ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
/*!
* Script to build our plugins to use them separately.
* Copyright 2020 The Bootstrap Authors