1
0
Fork 0

package.json keyword additions and corrections

textend
Mike Gerwitz 2015-05-10 01:27:27 -04:00
commit d955d6e86a
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 10 additions and 5 deletions

View File

@ -28,14 +28,19 @@
"test": "make test" "test": "make test"
}, },
"tags": [ "keywords": [
"classes",
"classical",
"extend"
"gnu",
"inheritance",
"interfaces",
"mixins"
"object oriented", "object oriented",
"oo", "oo",
"oop", "oop",
"classes",
"classical",
"interfaces",
"protected members", "protected members",
"inheritance" "traits",
"visibility",
] ]
} }