Remove remnants of docco-based homepage

This commit is contained in:
Marijn Haverbeke
2015-03-20 17:05:23 +01:00
parent f538706db3
commit 35c417d02b
3 changed files with 10 additions and 198 deletions

View File

@@ -37,7 +37,7 @@ export {isIdentifierChar, isIdentifierStart} from "./identifier"
export {Token} from "./tokenize"
export {isNewLine, lineBreak, lineBreakG} from "./whitespace"
export const version = "0.12.1"
export const version = "1.0.0"
// The main exported interface (under `self.acorn` when in the
// browser) is a `parse` function that takes a code string and