To prepare the migration to 3.0, we need to change the location where the documentation is generated from. Having a gh-pages branch makes it hard to synchronize the code and the docs. Having a "docs" folder in the repo itself simplifies this.
19 lines
371 B
JSON
Executable File
19 lines
371 B
JSON
Executable File
{
|
|
"name": "anchor-js",
|
|
"version": "3.1.1",
|
|
"authors": [
|
|
"Bryan Braun"
|
|
],
|
|
"description": "A Javascript utility for adding deep anchor links to online docs.",
|
|
"main": "anchor.js",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/bryanbraun/anchorjs",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|