Files
2025-02-26 14:49:25 +07:00

43 lines
1.5 KiB
JavaScript

//////////////////////////////////////////////////////////////////////////
// //
// This is a generated file. You can view the original //
// source in your browser if your browser supports source maps. //
// Source maps are supported by all recent versions of Chrome, Safari, //
// and Firefox, and by Internet Explorer 11. //
// //
//////////////////////////////////////////////////////////////////////////
(function () {
/* Imports */
var Meteor = Package.meteor.Meteor;
var global = Package.meteor.global;
var meteorEnv = Package.meteor.meteorEnv;
(function(){
///////////////////////////////////////////////////////////////////////
// //
// packages/stylus/deprecation_notice.js //
// //
///////////////////////////////////////////////////////////////////////
//
console.warn([
"The `stylus` package has been deprecated.",
"",
"To continue using the last supported version",
"of this package, pin your package version to",
"2.513.14 (`meteor add stylus@=2.513.14`).",
].join("\n"));
///////////////////////////////////////////////////////////////////////
}).call(this);
/* Exports */
Package._define("stylus");
})();