Compare commits

..

2 Commits

Author SHA1 Message Date
755cfea789 v2.1.2: remove version field from bower 2018-08-18 04:18:47 -06:00
ca87d10534 remove version (should rely on tags instead) 2018-08-18 10:17:02 +00:00
2 changed files with 2 additions and 3 deletions

View File

@ -20,6 +20,5 @@
"bower_components", "bower_components",
"test", "test",
"tests" "tests"
], ]
"version": "2.0.3"
} }

View File

@ -20,5 +20,5 @@
"atob": "bin/atob.js" "atob": "bin/atob.js"
}, },
"license": "(MIT OR Apache-2.0)", "license": "(MIT OR Apache-2.0)",
"version": "2.1.1" "version": "2.1.2"
} }